|
Bugzilla – Full Text Bug Listing |
| Summary: | scpm list prints endless whitespaces to stdout | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Thomas Renninger <trenn> |
| Component: | Mobile Devices | Assignee: | Joachim Gleissner <joachim.gleissner> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | behlert |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | This patch (cli/cli.cc line 606) fixes the problem. Unfortunately it adds an additional line in the output of the schemes (IIRC) | ||
|
Description
Thomas Renninger
2005-09-19 12:44:59 UTC
Created attachment 50293 [details]
This patch (cli/cli.cc line 606) fixes the problem. Unfortunately it adds an additional line in the output of the schemes (IIRC)
The code looks strange here, I think it should be j-- instead of j++ , but I only looked at the patch :) The problem is only visible under certain situations (like long profile names). Thomas: Your patch would break the column-form of the output, I don't think that is wished. Fixed in CVS. |