aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.c
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-09-15 20:40:22 +0000
committerFrederic Culot <calcurse@culot.org>2008-09-15 20:40:22 +0000
commita126904b7e462a72c276387dde1f5ba10a88d05d (patch)
tree9324fbe0c28ddc38cfb7361002ddca18ddbea006 /src/args.c
parent2a873eafb37023ad55e02f4c31a475b5a0ac4168 (diff)
downloadcalcurse-a126904b7e462a72c276387dde1f5ba10a88d05d.tar.gz
calcurse-a126904b7e462a72c276387dde1f5ba10a88d05d.zip
Initial work on icalendar import
Diffstat (limited to 'src/args.c')
-rwxr-xr-xsrc/args.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/args.c b/src/args.c
index 502da8e..0eb0539 100755
--- a/src/args.c
+++ b/src/args.c
@@ -1,4 +1,4 @@
-/* $calcurse: args.c,v 1.38 2008/08/12 15:53:17 culot Exp $ */
+/* $calcurse: args.c,v 1.39 2008/09/15 20:40:22 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -754,7 +754,7 @@ parse_args (int argc, char **argv, conf_t *conf)
notify_init_vars ();
custom_load_conf (conf, 0);
io_load_todo ();
- io_export_data (IO_EXPORT_NONINTERACTIVE, xfmt, conf);
+ io_export_data (IO_MODE_NONINTERACTIVE, xfmt, conf);
non_interactive = 1;
return (non_interactive);
}