blob: a65a8f53490282faf16e8e6cf672abd842d7fd09 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- spunk/stream.cc.orig 1996-12-18 12:09:02 UTC
+++ spunk/stream.cc
@@ -347,7 +347,7 @@ void Stream::Write (const void*, size_t)
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
|