Bugzilla – Bug 117760
scpm list prints endless whitespaces to stdout
Last modified: 2007-06-05 10:04:59 UTC
see $SUBJECT increase this to major -> should be easy to fix and makes scpm unusable...
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.