Bug 117760 - scpm list prints endless whitespaces to stdout
Summary: scpm list prints endless whitespaces to stdout
Status: VERIFIED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Mobile Devices (show other bugs)
Version: Final
Hardware: x86-64 All
: P5 - None : Major
Target Milestone: ---
Assignee: Joachim Gleissner
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-19 12:44 UTC by Thomas Renninger
Modified: 2007-06-05 10:04 UTC (History)
1 user (show)

See Also:
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) (498 bytes, patch)
2005-09-19 12:46 UTC, Thomas Renninger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Renninger 2005-09-19 12:44:59 UTC
see $SUBJECT
increase this to major -> should be easy to fix and makes scpm unusable...
Comment 1 Thomas Renninger 2005-09-19 12:46:41 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)
Comment 2 Stefan Behlert 2005-09-29 17:24:21 UTC
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. 
 
 
Comment 3 Joachim Gleissner 2005-10-17 13:08:48 UTC
Fixed in CVS.