mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
fix a double fclose
This commit is contained in:
parent
3a85d98f83
commit
27a02de1cc
1 changed files with 0 additions and 2 deletions
|
@ -255,8 +255,6 @@ FillOutside (node_t *node)
|
|||
qprintf ("reached occupant at: (%4.0f,%4.0f,%4.0f)\n", v[0], v[1],
|
||||
v[2]);
|
||||
qprintf ("no filling performed\n");
|
||||
if (!options.hullnum)
|
||||
fclose (leakfile);
|
||||
qprintf ("leak file written to %s\n", options.pointfile);
|
||||
qprintf ("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n");
|
||||
|
||||
|
|
Loading…
Reference in a new issue