[Libreoffice-commits] core.git: hwpfilter/source

Caolán McNamara caolanm at redhat.com
Tue Jan 16 09:58:42 UTC 2018


 hwpfilter/source/hwpfile.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 63bd7c4ccdd07db0d41b9af659f0b51b9c29eee0
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jan 16 09:57:46 2018 +0000

    ofz#5379 Timeout
    
    Change-Id: I88a33af938c93329780dc9da5a4160aed36fa9b3

diff --git a/hwpfilter/source/hwpfile.h b/hwpfilter/source/hwpfile.h
index 470fa2bdfd41..dc170226ea22 100644
--- a/hwpfilter/source/hwpfile.h
+++ b/hwpfilter/source/hwpfile.h
@@ -323,7 +323,7 @@ public:
     }
     bool toodeep() const
     {
-        return m_rFile.readdepth == 1024;
+        return m_rFile.readdepth == 512;
     }
     ~DepthGuard()
     {


More information about the Libreoffice-commits mailing list