(XDK360) Fixed "MessageBox" output

This commit is contained in:
Swizzy 2015-01-06 15:19:43 +01:00
parent 3c9e888e4c
commit cbb00d3839

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];
char msg[PATH_MAX * 2];
if (!driver.menu)
return 0;