X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/39ed44f15f44726e08401b23b65dbbdc8ec5db8b..refs/heads/master:/bk_pdf.c diff --git a/bk_pdf.c b/bk_pdf.c index 5ebf67e..10b9fdd 100644 --- a/bk_pdf.c +++ b/bk_pdf.c @@ -670,7 +670,7 @@ void pdf_backend(paragraph *sourceform, keywordlist *keywords, else fp = fopen(filename, "wb"); if (!fp) { - error(err_cantopenw, filename); + err_cantopenw(filename); return; }