1
0
Fork 0
forked from len0rd/rockbox

unstatic the string buffer, fix the recording setting lang, change the

menu title... aparently im the only one who thinks it should match the 
logo...


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12233 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-02-08 11:12:22 +00:00
parent 217ad16850
commit 9bb864b82a
3 changed files with 3 additions and 3 deletions

View file

@ -643,7 +643,7 @@ int do_menu(const struct menu_item_ex *start_menu)
else if (setting->flags&F_CHOICE_SETTING)
{
static struct opt_items options[MAX_OPTIONS];
static char buffer[256];
char buffer[256];
char *buf_start = buffer;
int buf_free = 256;
int i,j, count = setting->choice_setting->count;