aboutsummaryrefslogtreecommitdiffstats
path: root/examples/c/example2.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/c/example2.c')
-rw-r--r--examples/c/example2.c2
1 files changed, 2 insertions, 0 deletions
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))
{