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:
parent
31506617f0
commit
03919e0dd4
17 changed files with 199 additions and 155 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue