diff options
author | Attila Molnar <attilamolnar@hush.com> | 2013-04-06 04:56:42 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2013-04-06 04:56:42 -0700 |
commit | f16d82607c5f26d9b7892b93dbad1aaf44f2c601 (patch) | |
tree | b4fa47fbfb51f4b9ced9e893e72ca11c493d9a58 /include/configparser.h | |
parent | bc148f5227b6a4e6ac2d69587998836412d51193 (diff) | |
parent | 2ae42bbb1fbd661f6078fdbeb65e1d430e38c805 (diff) |
Merge pull request #475 from SaberUK/master+default-to-xml-config
Default to the XML config format.
Diffstat (limited to 'include/configparser.h')
-rw-r--r-- | include/configparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configparser.h b/include/configparser.h index 999d79e24..9b2cd4527 100644 --- a/include/configparser.h +++ b/include/configparser.h @@ -31,7 +31,7 @@ struct fpos enum ParseFlags { - FLAG_USE_XML = 1, + FLAG_USE_COMPAT = 1, FLAG_NO_EXEC = 2, FLAG_NO_INC = 4 }; |