Changeset - r11269:e43b54344cbd
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-03-05 22:14:27
rubidium@openttd.org
(svn r15623) -Fix (r15615): close the files you've opened
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/fios.cpp
Show inline comments
 
@@ -344,6 +344,7 @@ static void GetFileTitle(const char *fil
 
	size_t read = fread(title, 1, last - title, f);
 
	assert(title + read <= last);
 
	title[read] = '\0';
 
	FioFCloseFile(f);
 
}
 

	
 
/**
0 comments (0 inline, 0 general)