mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-08-29 07:12:02 +02:00
Initial writing support.
This commit is contained in:
@@ -573,7 +573,7 @@ _pdfioArrayWrite(pdfio_array_t *a) // I - Array
|
||||
// Write each value...
|
||||
for (i = a->num_values, v = a->values; i > 0; i --, v ++)
|
||||
{
|
||||
if (!_pdfioValueWrite(pdf, v))
|
||||
if (!_pdfioValueWrite(pdf, v, NULL))
|
||||
return (false);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user