Oops, forgot to add one here.

This commit is contained in:
Unknown W. Brackets 2012-12-22 22:57:56 -08:00
parent 4bc06562d6
commit 25e8fbdb68

View File

@ -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';