Fix build error due to toolchain upgrade
[platform/core/uifw/isf.git] / ism / src / isf_remote_control.cpp
index bffc1bd..57b3d20 100644 (file)
@@ -468,7 +468,7 @@ EXAPI int remote_control_send_key_event(remote_control_client *client, remote_co
         return error_e;
     }
 
-    char key_str[10] = {};
+    char key_str[12] = {};
     snprintf(key_str, sizeof(key_str), "%d", key);
     String command = String ("|plain|send_key_event|") + String (key_str) + String ("|");