summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;