X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fcheck_overcr.c;fp=plugins%2Fcheck_overcr.c;h=756402bd34528be76a7a56893ab5f46e3ce97de6;hb=30a4266a3a624abbbaace89141f1369ecb5367aa;hp=8fb1ef409e4da8836409ae05452c1e1a1cb12aa5;hpb=c298d847a3b8afe122876bfb2d75f68edc696605;p=nagiosplug.git diff --git a/plugins/check_overcr.c b/plugins/check_overcr.c index 8fb1ef4..756402b 100644 --- a/plugins/check_overcr.c +++ b/plugins/check_overcr.c @@ -85,7 +85,7 @@ main (int argc, char **argv) bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); - if (process_arguments (argc, argv) != TRUE) + if (process_arguments (argc, argv) == ERROR) usage4 (_("Could not parse arguments")); /* initialize alarm signal handling */