mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-08-29 15:22:06 +02:00
Clarify error callback API, and actually use the return value.
Improve repair implementation.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user