mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
Oops, forgot to add one here.
This commit is contained in:
parent
4bc06562d6
commit
25e8fbdb68
@ -104,7 +104,7 @@ void PSPOskDialog::RenderKeyboard()
|
||||
{
|
||||
int selectedRow = selectedChar / (KEYSPERROW-1);
|
||||
int selectedExtra = selectedChar % (KEYSPERROW-1);
|
||||
char SelectedLine[KEYSPERROW];
|
||||
char SelectedLine[KEYSPERROW + 1];
|
||||
|
||||
char temp[2];
|
||||
temp[1] = '\0';
|
||||
|
Loading…
Reference in New Issue
Block a user