mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ fix: remove "~EOF~" section marker for .ini-files
This commit is contained in:
parent
59490f223e
commit
b39e331437
@ -1664,8 +1664,6 @@ bool SaveAllSettings(bool bForceSaveSettings)
|
||||
}
|
||||
}
|
||||
|
||||
IniSectionClear(L"~EOF~", false);
|
||||
|
||||
if (ok) {
|
||||
ok = CloseSettingsFile(true);
|
||||
}
|
||||
|
||||
@ -827,7 +827,6 @@ bool Style_ExportToFile(const WCHAR* szFile, bool bForceAll)
|
||||
else {
|
||||
LoadIniFile(szFilePathNorm); // reset
|
||||
Style_ToIniSection(bForceAll);
|
||||
IniSectionClear(L"~EOF~", false);
|
||||
ok = SaveIniFile(szFilePathNorm);
|
||||
}
|
||||
return ok;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user