From 4b37c612257fa94a790d4698a2660112473599ae Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 8 Dec 2016 01:58:59 +0000 Subject: Make the config system case insensitive. --- include/configparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configparser.h') diff --git a/include/configparser.h b/include/configparser.h index 02619e759..c9790c59f 100644 --- a/include/configparser.h +++ b/include/configparser.h @@ -41,7 +41,7 @@ enum ParseFlags struct ParseStack { std::vector reading; - insp::flat_map vars; + insp::flat_map vars; ConfigDataHash& output; ConfigFileCache& FilesOutput; std::stringstream& errstr; -- cgit v1.2.3