summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-26 16:18:17 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-26 16:26:38 +0000
commitb6336c9c6799be6834f30779c08caae986a346f7 (patch)
tree2a036cf507c4523028bbdbfc78960811b4312c7c /hwpfilter
parent7ae75562b21c3c201483c1c9b9eac1563933feea (diff)
wrong skip set here
Change-Id: I86bdd1c2603c984380b52b080504b7583155b0fb
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hwpread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hwpread.cxx b/hwpfilter/source/hwpread.cxx
index dbc49159af49..ca8e3ea9e40d 100644
--- a/hwpfilter/source/hwpread.cxx
+++ b/hwpfilter/source/hwpread.cxx
@@ -416,7 +416,7 @@ bool Picture::Read(HWPFile & hwpf)
skip[0] = tmp16;
if (!hwpf.Read2b(tmp16)) /* 세로 */
return false;
- skip[0] = tmp16;
+ skip[1] = tmp16;
if (!hwpf.Read2b(tmp16)) /* 확대비율 : 0 고정, 이외 퍼센트 단위 가로 */
return false;
scale[0] = tmp16;