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:
parent
feb5b15e9b
commit
b1764679f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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? */
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue