mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
win32 oops
This commit is contained in:
parent
8d55c759de
commit
2ccdd31118
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user