diff options
Diffstat (limited to 'misc/estic/files/patch-textstrm.cc')
-rw-r--r-- | misc/estic/files/patch-textstrm.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/estic/files/patch-textstrm.cc b/misc/estic/files/patch-textstrm.cc new file mode 100644 index 000000000000..71d1464a4424 --- /dev/null +++ b/misc/estic/files/patch-textstrm.cc @@ -0,0 +1,13 @@ +--- spunk/textstrm.cc.orig Sat Feb 26 18:05:06 2000 ++++ spunk/textstrm.cc Sat Feb 26 18:05:17 2000 +@@ -66,8 +66,8 @@ + // LineLen is the estimated length of a line in the file used for + // estimating the size of the buffer. + { +- static const Delta = 100; +- static const BufSize = 4096; ++ static const int Delta = 100; ++ static const int BufSize = 4096; + + // Estimate the count of lines + if ((Limit = Size / LineLen) < 100) { |