summaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_encryption.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDF_encryption.cc')
-rw-r--r--libqpdf/QPDF_encryption.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDF_encryption.cc b/libqpdf/QPDF_encryption.cc
index 54d7ad03..612a6204 100644
--- a/libqpdf/QPDF_encryption.cc
+++ b/libqpdf/QPDF_encryption.cc
@@ -1396,7 +1396,7 @@ QPDF::isEncrypted(int& R, int& P, int& V,
R = Rkey.getIntValue();
V = Vkey.getIntValue();
stream_method = this->m->cf_stream;
- string_method = this->m->cf_stream;
+ string_method = this->m->cf_string;
file_method = this->m->cf_file;
return true;
}