Fixes 1332429
This commit is contained in:
parent
1a47508832
commit
94d78047e3
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue