2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-07 21:00:54 +00:00
This commit is contained in:
Jay Berkenbilt 2021-12-20 07:10:01 -05:00
parent 765373174f
commit 5d26f29eeb

View File

@ -59,7 +59,7 @@ For a detailed list of changes, please see the file
``ERROR HANDLING`` section of :file:`include/qpdf/qpdf-c.h` for
details. In particular, exceptions thrown by the underlying C++
code when calling object accessors are caught and converted into
errors. The errors can be checked by call ``qpdf_has_error``.
errors. The errors can be checked by calling ``qpdf_has_error``.
Use ``qpdf_silence_errors`` to prevent the error from being
written to stderr.