From 0ccc29e81c5ca92dece3cbca352e8f4460e7378c Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 6 Sep 2005 08:38:32 +0000 Subject: - rename and merge patches (for better CVS tracking of next updates) --- misc/estic/files/patch-textstrm.cc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 misc/estic/files/patch-textstrm.cc (limited to 'misc/estic/files/patch-textstrm.cc') 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) { -- cgit v1.2.3