fix vector arrays.

try to fix some misc issues.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4872 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2015-05-16 08:02:05 +00:00
parent 31506617f0
commit 03919e0dd4
17 changed files with 199 additions and 155 deletions

View file

@ -363,7 +363,7 @@ noheader:
}
n->strm.next_in = buffer;
n->strm.next_in = (char*)buffer;
n->strm.avail_in = len;
while(n->strm.avail_in)