diff options
author | Dees_Troy <dees_troy@teamw.in> | 2013-01-10 16:16:02 +0100 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2013-01-10 16:16:15 +0100 |
commit | 3a16cb511be5f6cfef66c5a2c222a7f79e7e3b6a (patch) | |
tree | 887b8a8515c05f2b0e85a2a80b980bf33b391fbb /gui/keyboard.cpp | |
parent | Add libsparse if it exists (diff) | |
download | android_bootable_recovery-3a16cb511be5f6cfef66c5a2c222a7f79e7e3b6a.tar android_bootable_recovery-3a16cb511be5f6cfef66c5a2c222a7f79e7e3b6a.tar.gz android_bootable_recovery-3a16cb511be5f6cfef66c5a2c222a7f79e7e3b6a.tar.bz2 android_bootable_recovery-3a16cb511be5f6cfef66c5a2c222a7f79e7e3b6a.tar.lz android_bootable_recovery-3a16cb511be5f6cfef66c5a2c222a7f79e7e3b6a.tar.xz android_bootable_recovery-3a16cb511be5f6cfef66c5a2c222a7f79e7e3b6a.tar.zst android_bootable_recovery-3a16cb511be5f6cfef66c5a2c222a7f79e7e3b6a.zip |
Diffstat (limited to 'gui/keyboard.cpp')
-rw-r--r-- | gui/keyboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/keyboard.cpp b/gui/keyboard.cpp index f44e56357..b74ff561a 100644 --- a/gui/keyboard.cpp +++ b/gui/keyboard.cpp @@ -52,7 +52,7 @@ GUIKeyboard::GUIKeyboard(xml_node<>* node) int layoutindex, rowindex, keyindex, Xindex, Yindex, keyHeight = 0, keyWidth = 0; rowY = colX = -1; highlightRenderCount = hasHighlight = 0; - char resource[9], layout[7], row[4], key[5], longpress[6]; + char resource[10], layout[8], row[5], key[6], longpress[7]; xml_attribute<>* attr; xml_node<>* child; xml_node<>* keylayout; |