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