Fix some compressed stream bugs.

This commit is contained in:
Michael R Sweet
2021-08-30 10:55:45 -04:00
parent 6f726602c6
commit 6aa5585eb4
3 changed files with 55 additions and 10 deletions

View File

@@ -80,6 +80,8 @@ _pdfioFileError(pdfio_file_t *pdf, // I - PDF file
vsnprintf(buffer, sizeof(buffer), format, ap);
va_end(ap);
PDFIO_DEBUG("_pdfioFileError: %s\n", buffer);
return ((pdf->error_cb)(pdf, buffer, pdf->error_data));
}