summaryrefslogtreecommitdiff
path: root/src/configuration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/configuration.cpp')
-rw-r--r--src/configuration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configuration.cpp b/src/configuration.cpp
index 27b47ac7..75d28b8f 100644
--- a/src/configuration.cpp
+++ b/src/configuration.cpp
@@ -105,7 +105,7 @@ bool Configuration::write(std::string filename) {
#ifdef __DEBUG
std::cout << "Configuration::write(" << iter->first.c_str() <<
", \"" << iter->second.stringValue << "\" / " <<
- iter->second.numericValue << ")\n";
+ numericValue << ")\n";
#endif
out.write("\n", 1);
}