Revamp of the Halibut error handling mechanism.
[sgt/halibut] / bk_man.c
index bb4e5b5..44f159f 100644 (file)
--- a/bk_man.c
+++ b/bk_man.c
@@ -240,7 +240,7 @@ void man_backend(paragraph *sourceform, keywordlist *keywords,
     else
        fp = fopen(conf.filename, "w");
     if (!fp) {
-       error(err_cantopenw, conf.filename);
+       err_cantopenw(conf.filename);
        return;
     }