From 6c7ac8dc769435ea0231db550799d73cb479a773 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Wed, 8 Jul 2015 23:43:03 +0100 Subject: Imported Upstream version 1.5 --- examples/c/example2.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/c/example2.c') diff --git a/examples/c/example2.c b/examples/c/example2.c index f1886b9..076a8fa 100644 --- a/examples/c/example2.c +++ b/examples/c/example2.c @@ -74,6 +74,8 @@ int main(int argc, char **argv) setting = config_setting_add(movie, "qty", CONFIG_TYPE_INT); config_setting_set_float(setting, 20); + config_set_options(&cfg, 0); + /* Write out the updated configuration. */ if(! config_write_file(&cfg, output_file)) { -- cgit v1.2.3