summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hwpeq.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hwpeq.cxx')
-rw-r--r--hwpfilter/source/hwpeq.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/hwpfilter/source/hwpeq.cxx b/hwpfilter/source/hwpeq.cxx
index 68d18933359f..032a928c94e2 100644
--- a/hwpfilter/source/hwpeq.cxx
+++ b/hwpfilter/source/hwpeq.cxx
@@ -407,7 +407,8 @@ static char *make_keyword( char *keyword, const char *token)
{
assert(keyword);
char *ptr;
- int result = true, len = strlen(token);
+ bool result = true;
+ int len = strlen(token);
if( 255 < len )
strncpy(keyword, token, 255);