1
0
Fork 0
forked from len0rd/rockbox

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:
Peter D'Hoye 2007-07-16 18:42:14 +00:00
parent f58dc4b227
commit c74e9a0755

View file

@ -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],