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