소스 검색

win32 oops

David Rose 23 년 전
부모
커밋
2ccdd31118
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      panda/src/express/zStreamBuf.cxx

+ 1 - 1
panda/src/express/zStreamBuf.cxx

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