summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hpara.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hpara.cxx')
-rw-r--r--hwpfilter/source/hpara.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hpara.cxx b/hwpfilter/source/hpara.cxx
index f4e41c256347..e31a8b8005ae 100644
--- a/hwpfilter/source/hpara.cxx
+++ b/hwpfilter/source/hpara.cxx
@@ -88,7 +88,6 @@ HWPPara::~HWPPara()
bool HWPPara::Read(HWPFile & hwpf, unsigned char flag)
{
- unsigned char same_cshape;
int ii;
scflag = flag;
// Paragraph Information
@@ -146,6 +145,7 @@ bool HWPPara::Read(HWPFile & hwpf, unsigned char flag)
cshapep[ii].reset(new CharShape);
memset(cshapep[ii].get(), 0, sizeof(CharShape));
+ unsigned char same_cshape(0);
hwpf.Read1b(&same_cshape, 1);
if (!same_cshape)
{