From 8afe84f315839aafe9230872216dc85994c71e30 Mon Sep 17 00:00:00 2001 From: zilmar Date: Wed, 18 Mar 2015 20:47:24 +1100 Subject: [PATCH] Set ini file to auto flush changes --- Source/Common/Ini File Class.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Common/Ini File Class.cpp b/Source/Common/Ini File Class.cpp index b1cda338a..495716ae1 100644 --- a/Source/Common/Ini File Class.cpp +++ b/Source/Common/Ini File Class.cpp @@ -5,7 +5,7 @@ CIniFileBase::CIniFileBase(CFileBase & FileObject, LPCTSTR FileName) : m_CurrentSectionFilePos(0), m_LineFeed("\r\n"), m_ReadOnly(true), - m_InstantFlush(false), + m_InstantFlush(true), m_File(FileObject), m_FileName(FileName), m_CurrentSectionDirty(false)