From 2767b1f0e9cdb4193f3682ad94bd47de4491e925 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 29 Jul 2007 20:59:09 +0000 Subject: compiler warnings fixed --- src/io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/io.c') 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"); -- cgit v1.2.3-54-g00ecf