From 78f1aaf1dc6ddbacd0bd13f5f082e1f88cb02f47 Mon Sep 17 00:00:00 2001 From: Alexander Baldeck Date: Mon, 27 Dec 2004 07:41:31 +0000 Subject: *** empty log message *** --- src/configuration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configuration.cpp') diff --git a/src/configuration.cpp b/src/configuration.cpp index 599cc3f5..2f794aec 100644 --- a/src/configuration.cpp +++ b/src/configuration.cpp @@ -138,7 +138,7 @@ void Configuration::setValue(std::string key, std::string value) { */ void Configuration::setValue(std::string key, float value) { INI_OPTION optionTmp; - if(getValue(key, 0) == 0) { + if(getValue(key, -111) == -111) { #ifdef __DEBUG std::cout << "Configuration::setValue(" << key << ", " << value << ") newly set\n"; #endif -- cgit v1.2.3-70-g09d2