This commit is contained in:
Jay Berkenbilt 2021-12-20 07:10:01 -05:00
parent 765373174f
commit 5d26f29eeb
1 changed files with 1 additions and 1 deletions

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.