qt5/src/poppler-document.cc |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0bdf0d31d99a7becb1e36b5503213fe777673acb
Author: Albert Astals Cid <[email protected]>
Date:   Thu Jan 30 22:27:55 2020 +0100

    qt5: Fix loading from iodevice

diff --git a/qt5/src/poppler-document.cc b/qt5/src/poppler-document.cc
index bff01205..8015eb09 100644
--- a/qt5/src/poppler-document.cc
+++ b/qt5/src/poppler-document.cc
@@ -152,6 +152,7 @@ namespace Poppler {
                                        new GooString(ownerPassword.data()),
                                        new GooString(userPassword.data()));
            }
+           else
            {
                doc2 = new DocumentData(m_doc->m_filePath,
                                        new GooString(ownerPassword.data()),
_______________________________________________
poppler mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to