mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-02-18 18:02:51 +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...
|
// Try opening the file...
|
||||||
if (!objnum)
|
if (!objnum)
|
||||||
printf("pdfioFileOpen(\"%s\", ...): ", filename);
|
printf("%s: ", filename);
|
||||||
|
|
||||||
if ((pdf = pdfioFileOpen(filename, (pdfio_error_cb_t)error_cb, &error)) != NULL)
|
if ((pdf = pdfioFileOpen(filename, (pdfio_error_cb_t)error_cb, &error)) != NULL)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user