mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
TESTBED: fixed a typo, due to which the config file size was increasing if a rerun is made from the current menu
svn-id: r51568
This commit is contained in:
parent
9d6d0f8b35
commit
d628562071
@ -168,6 +168,7 @@ void TestbedConfigManager::writeTestbedConfigToStream(Common::WriteStream *ws) {
|
||||
}
|
||||
}
|
||||
_configFileInterface.saveToStream(*ws);
|
||||
_configFileInterface.clear();
|
||||
ws->flush();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user