Nit in menu_start_screen_iterate

This commit is contained in:
twinaphex 2015-01-07 20:47:07 +01:00
parent 33cb810636
commit cbfd7ad881

View File

@ -95,7 +95,7 @@ static int menu_info_screen_iterate(unsigned action)
static int menu_start_screen_iterate(unsigned action)
{
unsigned i;
char msg[PATH_MAX_LENGTH * 2];
char msg[PATH_MAX_LENGTH];
if (!driver.menu)
return 0;