[Super-tux-commit] supertux/lib/app setup.cpp,1.14,1.15
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-08-13 11:43:26
|
Update of /cvsroot/super-tux/supertux/lib/app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7466/lib/app Modified Files: setup.cpp Log Message: File not being closed. Index: setup.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/lib/app/setup.cpp,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- setup.cpp 10 Aug 2004 11:34:54 -0000 1.14 +++ setup.cpp 13 Aug 2004 11:43:15 -0000 1.15 @@ -90,6 +90,7 @@ { return false; } + fclose(fi); return true; } |