From c319f5a04754ffec6fa2f2b0053a6b4a80c41c39 Mon Sep 17 00:00:00 2001 From: vididvidid Date: Thu, 2 Oct 2025 05:16:03 +0000 Subject: [PATCH] not printing whole pdf file name but only the pdfversion --- testpdfio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testpdfio.c b/testpdfio.c index fe8fefa..60035d8 100644 --- a/testpdfio.c +++ b/testpdfio.c @@ -146,7 +146,7 @@ create_pdfa_test_file( bool error = false; // Error flag - testBegin("Create %s file '%s'", pdfa_version, filename); + testBegin("pdfioFileCreate(%s)", pdfa_version); if ((pdf = pdfioFileCreate(filename, pdfa_version, &media_box, NULL, (pdfio_error_cb_t)error_cb, &error)) == NULL) {