Fix mismatch between log format and actual parameter
[platform/core/uifw/inputdelegator.git] / src / w-input-emoticon.cpp
old mode 100755 (executable)
new mode 100644 (file)
index 6c5c902..146e4b2
@@ -934,7 +934,7 @@ void _update_emoticon_items(void *data)
         if (first_it == NULL)
             first_it = it_emoticon_recent_group;
 
-        PRINTFUNC(DLOG_DEBUG, "size = %d", recent_emoji_list.size());
+        PRINTFUNC(DLOG_DEBUG, "size = %zu", recent_emoji_list.size());
 
         for (i=0;i < recent_emoji_list.size();i=i+3)
         {