X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/39ed44f15f44726e08401b23b65dbbdc8ec5db8b..05e9c3c2e7be6c54e31121132f43db83597381e8:/bk_man.c diff --git a/bk_man.c b/bk_man.c index bb4e5b5..44f159f 100644 --- 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; }