mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-09 04:15:40 -04:00
t t t t t t t typo fix
This commit is contained in:
parent
84c497b1fb
commit
5ab73f5ecb
@ -389,7 +389,7 @@ MwIniImporter::multistrmap MwIniImporter::loadCfgFile(const std::filesystem::pat
|
|||||||
std::string key(line.substr(0, pos));
|
std::string key(line.substr(0, pos));
|
||||||
std::string value(line.substr(pos + 1));
|
std::string value(line.substr(pos + 1));
|
||||||
key = trim_ws(key);
|
key = trim_ws(key);
|
||||||
value = trim_ws(key);
|
value = trim_ws(value);
|
||||||
|
|
||||||
if (map.find(key) == map.end())
|
if (map.find(key) == map.end())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user