]> git.deb.at Git - pkg/abook.git/blobdiff - abook.c
yet another fix in options error reporting
[pkg/abook.git] / abook.c
diff --git a/abook.c b/abook.c
index e1a7dac67aebdf0a5788cec3dc22321ac2329a37..45390921908164ed1cad1e2dd1fa7fec43553417 100644 (file)
--- 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);
        }