freebsd-ports/misc/estic/files/patch-stream.cc
Dirk Meyer 0ccc29e81c - rename and merge patches
(for better CVS tracking of next updates)
2005-09-06 08:38:32 +00:00

11 lines
337 B
C++

--- 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