aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf-c.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf-c.cc')
-rw-r--r--libqpdf/qpdf-c.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/qpdf-c.cc b/libqpdf/qpdf-c.cc
index b183c8fb..e819e3ff 100644
--- a/libqpdf/qpdf-c.cc
+++ b/libqpdf/qpdf-c.cc
@@ -994,7 +994,7 @@ do_with_oh(
throw QPDFExc(
qpdf_e_internal,
q->qpdf->getFilename(),
- std::string("C API object handle ") + QUtil::uint_to_string(oh),
+ std::string("C API object handle ") + std::to_string(oh),
0,
"attempted access to unknown object handle");
}