aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigData.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ConfigData.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ConfigData.cxx b/src/ConfigData.cxx
index c6cabee6e..cd4e34a94 100644
--- a/src/ConfigData.cxx
+++ b/src/ConfigData.cxx
@@ -26,7 +26,6 @@
#include "system/FatalError.hxx"
#include <assert.h>
-#include <string.h>
#include <stdlib.h>
int
@@ -64,7 +63,7 @@ block_param::GetBoolValue() const
}
config_param::config_param(const char *_value, int _line)
- :next(nullptr), value(_value), line(_line) {}
+ :next(nullptr), value(_value), line(_line), used(false) {}
config_param::~config_param()
{