mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-04-30 17:11:40 -04:00
fixed ini set mistake according to UT.
This commit is contained in:
parent
e9a9e470eb
commit
a2571dfc0f
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ public:
|
|||
}
|
||||
auto&& newSec = CIniFileSection{};
|
||||
newSec.SetString(key, value);
|
||||
ASSERT(sections.insert({ key, std::move(newSec) }).second == true);
|
||||
ASSERT(sections.insert({ section, std::move(newSec) }).second == true);
|
||||
}
|
||||
|
||||
void SetString(const CString& section, const CString& key, const CString& value) {
|
||||
|
|
Loading…
Add table
Reference in a new issue