aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_encryption.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDF_encryption.cc')
-rw-r--r--libqpdf/QPDF_encryption.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/QPDF_encryption.cc b/libqpdf/QPDF_encryption.cc
index 266907a8..21cb66f2 100644
--- a/libqpdf/QPDF_encryption.cc
+++ b/libqpdf/QPDF_encryption.cc
@@ -869,8 +869,8 @@ QPDF::initializeEncryption()
"encryption dictionary",
this->m->file->getLastOffset(),
"Unsupported /R or /V in encryption dictionary; R = " +
- QUtil::int_to_string(R) +
- " (max 6), V = " + QUtil::int_to_string(V) + " (max 5)");
+ std::to_string(R) + " (max 6), V = " + std::to_string(V) +
+ " (max 5)");
}
this->m->encp->encryption_V = V;