aboutsummaryrefslogtreecommitdiffstats
path: root/src/io.c
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-07-29 20:59:09 +0000
committerFrederic Culot <calcurse@culot.org>2007-07-29 20:59:09 +0000
commit2767b1f0e9cdb4193f3682ad94bd47de4491e925 (patch)
tree295eb62c1d0c3c70d0e938f185cee3c4efac8906 /src/io.c
parentfa87c918480a3ef6449a4d2decc20e455c133477 (diff)
downloadcalcurse-2767b1f0e9cdb4193f3682ad94bd47de4491e925.tar.gz
calcurse-2767b1f0e9cdb4193f3682ad94bd47de4491e925.zip
compiler warnings fixed
Diffstat (limited to 'src/io.c')
-rwxr-xr-xsrc/io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/io.c b/src/io.c
index 376644d..8cb1f10 100755
--- a/src/io.c
+++ b/src/io.c
@@ -1,4 +1,4 @@
-/* $calcurse: io.c,v 1.18 2007/07/28 13:11:42 culot Exp $ */
+/* $calcurse: io.c,v 1.19 2007/07/29 20:59:09 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -550,7 +550,7 @@ io_load_app(void)
time_t t;
int id = 0;
int freq;
- char type, state;
+ char type, state = 0L;
char *error =
_("FATAL ERROR in io_load_app: wrong format in the appointment or event\n");