mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-03-21 16:31:07 +00:00
missed a fclose -> gzclose conversion.
/me must remeber to make clean; make when hacking headers.
This commit is contained in:
parent
e9a2a3fab5
commit
b526d14bb9
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ void SV_DropClient (client_t *drop)
|
|||
|
||||
if (drop->download)
|
||||
{
|
||||
fclose (drop->download);
|
||||
gzclose (drop->download);
|
||||
drop->download = NULL;
|
||||
}
|
||||
if (drop->upload)
|
||||
|
|
Loading…
Reference in a new issue