From 2ccdd311186de73fd0da30c17734559b5f41f196 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 6 Aug 2002 01:40:11 +0000 Subject: [PATCH] win32 oops --- panda/src/express/zStreamBuf.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/express/zStreamBuf.cxx b/panda/src/express/zStreamBuf.cxx index 7786a7b22f..c0b4c24b84 100644 --- a/panda/src/express/zStreamBuf.cxx +++ b/panda/src/express/zStreamBuf.cxx @@ -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();