[Super-tux-commit] supertux/src setup.cpp,1.79.2.2,1.79.2.3
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-08-13 11:38:33
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6774/src Modified Files: Tag: supertux_0_1_1_branch setup.cpp Log Message: Yet another file not being closed. Whoever that did the setup file related calls, certanely deserves a few slaps! Index: setup.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/Attic/setup.cpp,v retrieving revision 1.79.2.2 retrieving revision 1.79.2.3 diff -u -d -r1.79.2.2 -r1.79.2.3 --- setup.cpp 18 Jul 2004 11:58:15 -0000 1.79.2.2 +++ setup.cpp 13 Aug 2004 11:38:18 -0000 1.79.2.3 @@ -98,6 +98,7 @@ { return false; } + fclose(fi); return true; } |