summaryrefslogtreecommitdiff
path: root/misc/estic/files/patch-stream.cc
blob: 61060394a628e573c0ea6d04e12097121b78fc49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- spunk/stream.cc.orig	Sat Feb 26 18:03:19 2000
+++ spunk/stream.cc	Sat Feb 26 18:03:35 2000
@@ -245,7 +245,7 @@
 
 void Stream::CopyFrom (Stream& S, size_t Count)
 {
-    static const BufSize = 4096;            // Size of copy buffer
+    static const int BufSize = 4096;            // Size of copy buffer
 
 
     // Check parameter