Bug 117760

Summary: scpm list prints endless whitespaces to stdout
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Thomas Renninger <trenn>
Component: Mobile DevicesAssignee: 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
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.