From dac08620aeb28c49149f0ec063136b5bc0e8dba4 Mon Sep 17 00:00:00 2001 From: Brodie Thiesfield Date: Thu, 4 Jun 2009 04:37:10 +0000 Subject: add spaces around the = sign when writing out the file --- SimpleIni.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleIni.h b/SimpleIni.h index 4f84a87..eedb485 100644 --- a/SimpleIni.h +++ b/SimpleIni.h @@ -2252,7 +2252,7 @@ CSimpleIniTempl::Save( if (!convert.ConvertToStore(iValue->pItem)) { return SI_FAIL; } - a_oOutput.Write("="); + a_oOutput.Write(" = "); if (m_bAllowMultiLine && IsMultiLineData(iValue->pItem)) { // multi-line data needs to be processed specially to ensure // that we use the correct newline format for the current system -- cgit v1.2.3