win32 oops

This commit is contained in:
David Rose 2002-08-06 01:40:11 +00:00
parent 8d55c759de
commit 2ccdd31118

View File

@ -44,7 +44,7 @@ ZStreamBuf() {
char *buf = new char[4096];
char *ebuf = buf + 4096;
setg(buf, ebuf, ebuf);
setp(buf, ebuf, ebuf);
setp(buf, ebuf);
#else
allocate();