mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-07-18 23:09:49 +02:00
Implement MakeReader/Writer functions.
This commit is contained in:
@ -2022,6 +2022,7 @@ write_trailer(pdfio_file_t *pdf) // I - PDF file
|
||||
|
||||
if ((pdf->trailer_dict = pdfioDictCreate(pdf)) == NULL)
|
||||
{
|
||||
_pdfioFileError(pdf, "Unable to create trailer.");
|
||||
ret = false;
|
||||
goto done;
|
||||
}
|
||||
|
Reference in New Issue
Block a user