David Rose 23 лет назад
Родитель
Сommit
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 *ebuf = buf + 4096;
   setg(buf, ebuf, ebuf);
-  setp(buf, ebuf, ebuf);
+  setp(buf, ebuf);
 
 #else
   allocate();