mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-10-08 19:55:04 +02:00
not printing whole pdf file name but only the pdfversion
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user