Added fflush to JsonWriterFile Flush function
This commit is contained in:
@ -25,6 +25,8 @@ namespace base
|
||||
void JsonWriterFile::Flush()
|
||||
{
|
||||
m_fileStream.Flush();
|
||||
fflush(m_fp);
|
||||
}
|
||||
|
||||
void JsonWriterFile::Reset()
|
||||
{
|
||||
|
Reference in New Issue
Block a user