summaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFWriter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDFWriter.cc')
-rw-r--r--libqpdf/QPDFWriter.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/libqpdf/QPDFWriter.cc b/libqpdf/QPDFWriter.cc
index 833637d3..4e917469 100644
--- a/libqpdf/QPDFWriter.cc
+++ b/libqpdf/QPDFWriter.cc
@@ -462,7 +462,9 @@ QPDFWriter::setEncryptionParameters(
if (R > 3)
{
- // Bit 10 is deprecated and should always be set.
+ // Bit 10 is deprecated and should always be set. This used
+ // to mean accessibility. There is no way to disable
+ // accessibility with R > 3.
bits_to_clear.erase(10);
}