mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-07-15 21:40:11 +02:00
Initial writing support.
This commit is contained in:
@ -805,7 +805,7 @@ _pdfioDictWrite(pdfio_dict_t *dict, // I - Dictionary
|
||||
if (!_pdfioFilePuts(pdf, " 9999999999"))
|
||||
return (false);
|
||||
}
|
||||
else if (!_pdfioValueWrite(pdf, &pair->value))
|
||||
else if (!_pdfioValueWrite(pdf, &pair->value, NULL))
|
||||
return (false);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user