13 lines
402 B
Text
13 lines
402 B
Text
$NetBSD: patch-au,v 1.1 2001/10/14 17:19:59 tron Exp $
|
|
|
|
--- ../spunk/stream.cc.orig Wed Dec 18 13:09:02 1996
|
|
+++ ../spunk/stream.cc Sun Oct 14 19:12:10 2001
|
|
@@ -347,7 +347,7 @@
|
|
|
|
void Stream::CopyFrom (Stream& S, size_t Count)
|
|
{
|
|
- static const BufSize = 4096; // Size of copy buffer
|
|
+ static const size_t BufSize = 4096; // Size of copy buffer
|
|
|
|
|
|
// Check parameter
|