summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hbox.h
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-28 12:52:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-28 12:55:02 +0100
commit032e7a4b5c4904d00b3f0ab75af113ed316343f8 (patch)
treedba6395de1007a0e092ce050745cae1ef7964f8b /hwpfilter/source/hbox.h
parent6394fd4a1d56af4afab4f9683d5a2087a32588e6 (diff)
ofz: avoid timeout and return early on failure
Change-Id: I083aa07b311fa073ea5eeb1d569b0902e0f9c095
Diffstat (limited to 'hwpfilter/source/hbox.h')
-rw-r--r--hwpfilter/source/hbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index 5ed353364c0f..a110d70d0f32 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -228,7 +228,7 @@ struct Cell // Cell
unsigned char diagonal; // { 0=none,\=1,/=2,X=3}
unsigned char protect;
- void Read( HWPFile &hwpf );
+ bool Read(HWPFile &hwpf);
};
/**