Bugzilla – Attachment 50293 Details for
Bug 117760
scpm list prints endless whitespaces to stdout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
This patch (cli/cli.cc line 606) fixes the problem. Unfortunately it adds an additional line in the output of the schemes (IIRC)
scpm_output.diff (text/plain), 498 bytes, created by
Thomas Renninger
on 2005-09-19 12:46:41 UTC
(
hide
)
Description:
This patch (cli/cli.cc line 606) fixes the problem. Unfortunately it adds an additional line in the output of the schemes (IIRC)
Filename:
MIME Type:
Creator:
Thomas Renninger
Created:
2005-09-19 12:46:41 UTC
Size:
498 bytes
patch
obsolete
>--- scpm-1.1.2.orig/src/cli/cli.cc 2005-09-19 14:41:34.000000000 -0600 >+++ scpm-1.1.2/src/cli/cli.cc 2005-09-19 14:41:45.000000000 -0600 >@@ -603,7 +603,8 @@ > for ( unsigned int i=0 ; i<l.size(); i++ ) { > cout << l[i]; > if ( list_descriptions ) { >- for ( unsigned int j=l[i].size(); j-20>0; j++ ) cout << " "; >+ //for ( unsigned int j=l[i].size(); j-20>0; j++ ) cout << " "; >+ cout << endl; > string desc; > scpm->Get( "description", desc, l[i] ); > cout << desc;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 117760
: 50293