From f0e874f3f2c0448f80db3761539483b471325688 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Thu, 13 Nov 2014 16:22:56 +0000 Subject: [PATCH] Correction to error --- pdfwrite.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdfwrite.ml b/pdfwrite.ml index b7cfb84..4e16c6b 100644 --- a/pdfwrite.ml +++ b/pdfwrite.ml @@ -705,7 +705,7 @@ let pdf_to_output | _ -> raise (Pdf.PDFError - "Pdf.pdf_to_channel: Bad trailer dictionary") + "Pdf.pdf_to_output: Bad trailer dictionary") in strings_of_pdf (flatten_W o) changetable trailerdict'; if !write_debug then flprint "all done...\n";