From d628562071cc8dd8475e0dd2bdf43601fdecb888 Mon Sep 17 00:00:00 2001 From: Neeraj Kumar Date: Sun, 1 Aug 2010 08:56:24 +0000 Subject: [PATCH] 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 --- engines/testbed/config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/engines/testbed/config.cpp b/engines/testbed/config.cpp index aa6e151a4f9..ff7797641a2 100644 --- a/engines/testbed/config.cpp +++ b/engines/testbed/config.cpp @@ -168,6 +168,7 @@ void TestbedConfigManager::writeTestbedConfigToStream(Common::WriteStream *ws) { } } _configFileInterface.saveToStream(*ws); + _configFileInterface.clear(); ws->flush(); }