projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c76d9f
)
File not being closed.
author
Ricardo Cruz
<rick2@aeiou.pt>
Fri, 13 Aug 2004 11:43:15 +0000
(11:43 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Fri, 13 Aug 2004 11:43:15 +0000
(11:43 +0000)
SVN-Revision: 1765
lib/app/setup.cpp
patch
|
blob
|
history
diff --git
a/lib/app/setup.cpp
b/lib/app/setup.cpp
index
ca667bb
..
a0b4b90
100644
(file)
--- a/
lib/app/setup.cpp
+++ b/
lib/app/setup.cpp
@@
-90,6
+90,7
@@
int FileSystem::fwriteable(const std::string& filename)
{
return false;
}
+ fclose(fi);
return true;
}