+ fix: MiniPath file name extension 'Filter' config as 'LoadOrder' (not lexicographical sort)

This commit is contained in:
Rainer Kottenhoff 2019-07-29 09:28:20 +02:00
parent 098aa2c9e1
commit 0213be1eec

View File

@ -336,6 +336,7 @@ extern "C" BOOL IniFileIterateSection(LPCWSTR lpFilePath, LPCWSTR lpSectionName,
// get all keys in a section
CSimpleIniW::TNamesDepend keyList;
Ini.GetAllKeys(lpSectionName, keyList);
keyList.sort(CSimpleIniW::Entry::LoadOrder());
for (const auto& key : keyList)
{