2020-05-25 12:40:35 +00:00
|
|
|
Upstream: TBD
|
|
|
|
|
References: lost in the mists of time
|
|
|
|
|
|
2017-10-22 09:10:51 +00:00
|
|
|
Index: powerpc-utils-1.3.4/src/lsprop.c
|
2013-02-24 17:01:51 +00:00
|
|
|
===================================================================
|
2017-10-22 09:10:51 +00:00
|
|
|
--- powerpc-utils-1.3.4.orig/src/lsprop.c
|
|
|
|
|
+++ powerpc-utils-1.3.4/src/lsprop.c
|
2017-04-03 11:28:08 +00:00
|
|
|
@@ -30,7 +30,7 @@
|
|
|
|
|
#endif
|
2007-01-15 23:33:14 +00:00
|
|
|
|
2008-03-10 18:14:08 +00:00
|
|
|
int recurse;
|
|
|
|
|
-int maxbytes = 128;
|
|
|
|
|
+int maxbytes = 64 * 1024;
|
|
|
|
|
int words_per_line = 0;
|
2013-02-24 17:01:51 +00:00
|
|
|
unsigned char *buf;
|
2007-01-15 23:33:14 +00:00
|
|
|
|