summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-27 12:56:06 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-27 12:56:06 +0100
commite74152d0744ebc63612dcfc0d375671eebf35141 (patch)
tree56a5cc955ae56cefe617d78d85a25ef9f0f953ad /hwpfilter
parentf058cedb5f166766448477138980bb32849a7605 (diff)
loplugin:loopvartoosmall
Change-Id: If630131272b5ed4c589ed76be340a4107632c461
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hcode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hcode.cxx b/hwpfilter/source/hcode.cxx
index e9a088c97137..41fb6d34cb81 100644
--- a/hwpfilter/source/hcode.cxx
+++ b/hwpfilter/source/hcode.cxx
@@ -1304,7 +1304,7 @@ char *hcolor2str(uchar color, uchar shade, char *buf, bool bIsChar)
::std::string urltounix(const char *src)
{
::std::string ret;
- unsigned int i = 0;
+ std::size_t i = 0;
if( src[0] == 'C' && src[1] == ':' && src[2] == '\\' ) // Home Dir
{
ret.append("file://");