From ba9b9ffc6eb621ca0094db55f571010f5f5603ed Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Fri, 11 Oct 2002 11:04:15 +0000 Subject: [PATCH] fixed a stupid error in options error reporting --- abook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2