diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c index 9e054047a4..579c651108 100644 --- a/apps/menus/main_menu.c +++ b/apps/menus/main_menu.c @@ -205,7 +205,9 @@ static int refresh_data(struct info_data *info) else #endif info->name[i] = 0; +#ifdef HAVE_MULTIVOLUME break; /* ie stop when we run out of valid partitions */ +#endif } #ifdef HAVE_MULTIDRIVE }