gcontini
2020-10-24 a4b1a66a4436c97efbf0dd5932e403d97f0a13d3
src/library/ini/SimpleIni.h
@@ -223,7 +223,7 @@
# include <iostream>
#endif // SI_SUPPORT_IOSTREAMS
#ifdef _DEBUG
#ifndef NDEBUG
# ifndef assert
#  include <cassert>
# endif
@@ -1912,7 +1912,7 @@
        if (pComment) {
            DeleteString(a_pComment);
            a_pComment = pComment;
            CopyString(a_pComment);
            (void)CopyString(a_pComment);
        }
        Delete(a_pSection, a_pKey);
        iKey = keyval.end();
@@ -2488,7 +2488,7 @@
        bNeedNewLine = true;
    }
    // Append new empty line
    a_oOutput.Write(SI_NEWLINE_A);