Clean up object stream support.

This commit is contained in:
Michael R Sweet
2021-08-29 18:35:23 -04:00
parent f9084400cd
commit 6f726602c6
2 changed files with 34 additions and 8 deletions

View File

@@ -128,7 +128,10 @@ do_test_file(const char *filename, // I - PDF filename
// Try opening the file...
if (!objnum)
{
printf("%s: ", filename);
fflush(stdout);
}
if ((pdf = pdfioFileOpen(filename, (pdfio_error_cb_t)error_cb, &error)) != NULL)
{