Flush the conlog output fp when finished writing

This commit is contained in:
Jordan Cristiano 2015-06-14 20:48:57 -04:00
parent a02b034115
commit 361119f19f
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ void ConLogWriter::StartWriting(demoheader_t& header)
void ConLogWriter::EndWriting()
{
fflush(m_outputFp);
fflush(stdout);
}