don't crash with pipes
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4561 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
6d2849cf29
commit
a62660d5e7
1 changed files with 2 additions and 1 deletions
|
@ -217,6 +217,7 @@ vfsfile_t *FS_DecompressGZip(vfsfile_t *infile, vfsfile_t *outfile)
|
|||
|
||||
qinflateEnd(&strm);
|
||||
|
||||
if (temp->Seek)
|
||||
VFS_SEEK(temp, 0);
|
||||
}
|
||||
VFS_CLOSE(infile);
|
||||
|
|
Loading…
Reference in a new issue