diff --git a/source/arm11/menu/menu.c b/source/arm11/menu/menu.c index e703e93..ad5c396 100644 --- a/source/arm11/menu/menu.c +++ b/source/arm11/menu/menu.c @@ -80,7 +80,7 @@ if(configDataExist(KBootOption1 + slot)) { slot_path = slot_path_store; - truncateString(slot_path, (char*) configGetData(KBootOption1 + slot), 40, 8); + truncateString(slot_path, (char*) configGetData(KBootOption1 + slot), 52, 8); } if(configDataExist(KBootOption1Buttons + slot))