mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-18 17:42:36 -05:00
Better keep those buffers a multiple of 32 bit, extends the number of unicode characters to 5 which is better too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13917 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f58dc4b227
commit
c74e9a0755
1 changed files with 1 additions and 1 deletions
|
|
@ -521,7 +521,7 @@ bool rectrigger(void)
|
||||||
while (!exit_request) {
|
while (!exit_request) {
|
||||||
int button, k;
|
int button, k;
|
||||||
const char *str;
|
const char *str;
|
||||||
char option_value[TRIG_OPTION_COUNT][13];
|
char option_value[TRIG_OPTION_COUNT][16];
|
||||||
|
|
||||||
snprintf(
|
snprintf(
|
||||||
option_value[TRIGGER_MODE],
|
option_value[TRIGGER_MODE],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue