mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-11-07 22:18:27 +01:00
Don't show function name, just filename.
This commit is contained in:
parent
e83fdf14dd
commit
525279eff0
@ -128,7 +128,7 @@ do_test_file(const char *filename, // I - PDF filename
|
||||
|
||||
// Try opening the file...
|
||||
if (!objnum)
|
||||
printf("pdfioFileOpen(\"%s\", ...): ", filename);
|
||||
printf("%s: ", filename);
|
||||
|
||||
if ((pdf = pdfioFileOpen(filename, (pdfio_error_cb_t)error_cb, &error)) != NULL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user