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
Родитель bfee539607
Коммит 261c442349
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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