Flush HTML method dump file after writing it. Otherwise, the file is truncated

if EF dies while compiling.
This commit is contained in:
fur%netscape.com 1998-12-23 20:19:49 +00:00
parent 74590617a8
commit 6125a49b1a

View File

@ -397,7 +397,7 @@ openFile(const char* fileName)
void MethodToHTML::
closeFile()
{
// assert(mFile);
mFile.flushLogFile();
// fclose(mFile);
}