Increase size of help format buffer (#24093).
authorjbj <devnull@localhost>
Tue, 16 Jan 2001 13:39:50 +0000 (13:39 +0000)
committerjbj <devnull@localhost>
Tue, 16 Jan 2001 13:39:50 +0000 (13:39 +0000)
CVS patchset: 4450
CVS date: 2001/01/16 13:39:50

rpm.c

diff --git a/rpm.c b/rpm.c
index 5649f74..90d6aff 100755 (executable)
--- a/rpm.c
+++ b/rpm.c
@@ -259,7 +259,7 @@ static void printHelpLine(char * prefix, char * help) {
     int lineLength = 79 - indentLength;
     int helpLength = strlen(help);
     char * ch;
-    char format[10];
+    char format[64];
 
     fprintf(stdout, "%s - ", prefix);