Don't show function name, just filename.

This commit is contained in:
Michael R Sweet 2021-08-26 14:00:40 -04:00
parent e83fdf14dd
commit 525279eff0
No known key found for this signature in database
GPG Key ID: BE67C75EC81F3244

View File

@ -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)
{