Fixes 1332429

This commit is contained in:
Lorenzo Marcantonio 2014-06-20 10:55:30 +02:00
parent 1a47508832
commit 94d78047e3
1 changed files with 1 additions and 1 deletions

View File

@ -723,7 +723,7 @@ bool PDF_PLOTTER::EndPlot()
"<< /Size %lu /Root %d 0 R /Info %d 0 R >>\n" "<< /Size %lu /Root %d 0 R /Info %d 0 R >>\n"
"startxref\n" "startxref\n"
"%ld\n" // The offset we saved before "%ld\n" // The offset we saved before
"%%EOF\n", "%%%%EOF\n",
(unsigned long) xrefTable.size(), catalogHandle, infoDictHandle, xref_start ); (unsigned long) xrefTable.size(), catalogHandle, infoDictHandle, xref_start );
fclose( outputFile ); fclose( outputFile );