1
0
Fork 0
forked from len0rd/rockbox

Stop the player vkeyboard from freezing when voice is enabled and it tries to spell a non-ASCII character.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15999 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2008-01-05 10:26:02 +00:00
parent feb5b15e9b
commit b1764679f5

View file

@ -72,7 +72,7 @@ static unsigned short *kbd_setupkeys(int page, int* len)
#define KEYBOARD_ARROW 0xe10c #define KEYBOARD_ARROW 0xe10c
/* helper function to spell a char if voice UI is enabled */ /* helper function to spell a char if voice UI is enabled */
static void kbd_spellchar(char c) static void kbd_spellchar(unsigned short c)
{ {
if (global_settings.talk_menu) /* voice UI? */ if (global_settings.talk_menu) /* voice UI? */
{ {