From d61fe7aded49d1ae645a8bdc5ae3659edd878632 Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Thu, 10 Oct 2002 19:53:57 +0000 Subject: [PATCH] yet another fix in options error reporting --- abook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2