summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-01-16 09:57:46 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-01-16 09:57:46 +0000
commit63bd7c4ccdd07db0d41b9af659f0b51b9c29eee0 (patch)
tree4320a2c037edc4448cb6ad76caa905f2abf147a4 /hwpfilter
parentc305850c1542761de3ec646de1ad2d4e729ec6d4 (diff)
ofz#5379 Timeout
Change-Id: I88a33af938c93329780dc9da5a4160aed36fa9b3
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hwpfile.h2
1 files changed, 1 insertions, 1 deletions
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()
{