17 lines
378 B
Diff
17 lines
378 B
Diff
Upstream: TBD
|
|
References: lost in the mists of time
|
|
|
|
Index: powerpc-utils-1.3.4/src/lsprop.c
|
|
===================================================================
|
|
--- powerpc-utils-1.3.4.orig/src/lsprop.c
|
|
+++ powerpc-utils-1.3.4/src/lsprop.c
|
|
@@ -30,7 +30,7 @@
|
|
#endif
|
|
|
|
int recurse;
|
|
-int maxbytes = 128;
|
|
+int maxbytes = 64 * 1024;
|
|
int words_per_line = 0;
|
|
unsigned char *buf;
|
|
|