From b6336c9c6799be6834f30779c08caae986a346f7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 26 Feb 2015 16:18:17 +0000 Subject: wrong skip set here Change-Id: I86bdd1c2603c984380b52b080504b7583155b0fb --- hwpfilter/source/hwpread.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hwpfilter') 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; -- cgit