mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-08-29 07:12:02 +02:00
Clean up object stream support.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user