Fix build error on 64bit 33/220433/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 18 Dec 2019 07:01:09 +0000 (16:01 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 18 Dec 2019 07:01:09 +0000 (16:01 +0900)
Change-Id: Ibd011b245a4ea59be8098a25d754a9f6b317195e
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
im_setting_list/input_method_setting_list_ui.cpp

index 8e6ba79..4c0af72 100644 (file)
@@ -272,7 +272,7 @@ static void _active_keyboard_changed_cb(keynode_t* node, void* data)
     if (g_active_ime_index != active_ime_index) {
         g_active_ime_index = active_ime_index;
         if (g_active_ime_index < 0 || g_active_ime_index >= (int)g_ime_info_list.size()) {
-            LOGW("Wrong value. g_active_ime_index : %d, g_ime_info_list.size() : %d\n", g_active_ime_index, g_ime_info_list.size());
+            LOGW("Wrong value. g_active_ime_index : %d, g_ime_info_list.size() : %zu\n", g_active_ime_index, g_ime_info_list.size());
             return;
         }