From 94d78047e38e3d3e0c46662a8eedd8926443a2dd Mon Sep 17 00:00:00 2001 From: Lorenzo Marcantonio Date: Fri, 20 Jun 2014 10:55:30 +0200 Subject: [PATCH] Fixes 1332429 --- common/common_plotPDF_functions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common_plotPDF_functions.cpp b/common/common_plotPDF_functions.cpp index 7d75be97d4..7de4a6bd6a 100644 --- a/common/common_plotPDF_functions.cpp +++ b/common/common_plotPDF_functions.cpp @@ -723,7 +723,7 @@ bool PDF_PLOTTER::EndPlot() "<< /Size %lu /Root %d 0 R /Info %d 0 R >>\n" "startxref\n" "%ld\n" // The offset we saved before - "%%EOF\n", + "%%%%EOF\n", (unsigned long) xrefTable.size(), catalogHandle, infoDictHandle, xref_start ); fclose( outputFile );