aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.c
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-05-06 13:24:45 +0000
committerFrederic Culot <calcurse@culot.org>2007-05-06 13:24:45 +0000
commiteb2992e872a3f023007a3275b19d25ec6406107c (patch)
tree9cf20a8e9beb7b7182da227928e4587ffc746080 /src/args.c
parentb9257fb4133181afd2f3f186d7038b019f71fc9c (diff)
downloadcalcurse-eb2992e872a3f023007a3275b19d25ec6406107c.tar.gz
calcurse-eb2992e872a3f023007a3275b19d25ec6406107c.zip
call to custom_load_conf() updated
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 5ba0ef5..4817bef 100755
--- a/src/args.c
+++ b/src/args.c
@@ -1,4 +1,4 @@
-/* $calcurse: args.c,v 1.18 2007/04/15 12:38:29 culot Exp $ */
+/* $calcurse: args.c,v 1.19 2007/05/06 13:24:45 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -167,7 +167,7 @@ parse_args(int argc, char **argv, conf_t *conf)
}
if (xflag) {
notify_init_vars();
- custom_load_conf(conf, 0, 0, 0, 0);
+ custom_load_conf(conf, 0, 0, 0);
io_export_data(IO_EXPORT_NONINTERACTIVE, conf);
non_interactive = 1;
return (non_interactive);