Commit 94d78047 authored by Lorenzo Marcantonio's avatar Lorenzo Marcantonio

Fixes 1332429

parent 1a475088
...@@ -723,7 +723,7 @@ bool PDF_PLOTTER::EndPlot() ...@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment