From: Jaakko Heinonen Date: Thu, 10 Oct 2002 19:53:57 +0000 (+0000) Subject: yet another fix in options error reporting X-Git-Tag: upstream/0.6.1~2^2~268 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=d61fe7aded49d1ae645a8bdc5ae3659edd878632;p=pkg%2Fabook.git yet another fix in options error reporting --- diff --git a/abook.c b/abook.c index e1a7dac..4539092 100644 --- a/abook.c +++ b/abook.c @@ -104,7 +104,7 @@ init_abook() set_filenames(); check_abook_directory(); init_opts(); - if(load_opts(rcfile)) { + if(load_opts(rcfile) > 1) { printf("Press enter to continue...\n"); fgetc(stdin); }