From 32b62035ce9d5d07f7396cc50a0c38215f19c906 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 25 Jan 2013 08:59:55 -0500 Subject: Replace many calls to sprintf with QUtil::hex_encode Add QUtil::hex_encode to encode binary data has a hexadecimal string, and use it in place of sprintf where possible. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7f4d64f7..308779fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,9 @@ 2013-01-25 Jay Berkenbilt + * New method QUtil::hex_encode to encode binary data as a + hexadecimal string + * qpdf --check was exiting with status 0 in some rare cases even when errors were found. It now always exits with one of the document error codes (0 for success, 2 for errors, 3 or warnings). -- cgit v1.2.3-54-g00ecf