Clarify error callback API, and actually use the return value.

Improve repair implementation.
This commit is contained in:
Michael R Sweet
2025-04-23 14:43:14 -04:00
parent 1e6bb710e3
commit 278ddb7fa7
7 changed files with 168 additions and 62 deletions

View File

@@ -1333,7 +1333,7 @@ error_cb(pdfio_file_t *pdf, // I - PDF file
testMessage("%s", message);
// Continue to catch more errors...
return (false);
return (true);
}