From: Jaakko Heinonen Date: Fri, 11 Oct 2002 11:04:15 +0000 (+0000) Subject: fixed a stupid error in options error reporting X-Git-Tag: upstream/0.6.1~2^2~267 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=ba9b9ffc6eb621ca0094db55f571010f5f5603ed;p=pkg%2Fabook.git fixed a stupid error in options error reporting --- diff --git a/abook.c b/abook.c index 4539092..d91b64f 100644 --- a/abook.c +++ b/abook.c @@ -104,7 +104,7 @@ init_abook() set_filenames(); check_abook_directory(); init_opts(); - if(load_opts(rcfile) > 1) { + if(load_opts(rcfile) > 0) { printf("Press enter to continue...\n"); fgetc(stdin); }