From 63bd7c4ccdd07db0d41b9af659f0b51b9c29eee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 16 Jan 2018 09:57:46 +0000 Subject: [PATCH] ofz#5379 Timeout Change-Id: I88a33af938c93329780dc9da5a4160aed36fa9b3 --- hwpfilter/source/hwpfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {