From b21135b68cb3d4155bbcabea8636baefcc0cf38d Mon Sep 17 00:00:00 2001 From: Alex Schmidt Date: Wed, 23 May 2012 17:14:07 +0200 Subject: [PATCH 1/1] ... --- configcache.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/configcache.cpp b/configcache.cpp index 7718163..48c31f4 100644 --- a/configcache.cpp +++ b/configcache.cpp @@ -139,8 +139,6 @@ void configcache::writeConfig() } boost::iostreams::write(*outBuffer, configMem, configSize); - - outFile.flush(); } void configcache::addPara(const string& parid, const double& val){ -- 2.39.5