ports/misc/estic/files/patch-stream.cc
Dirk Meyer b111b35ebf - add LICENSE
- use distribution patch
- extend pkg-message
- protect config file
- cleanup staged install
- make portlint happier
2017-01-29 14:47:22 +00:00

11 lines
352 B
C++

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