Probably fixes the large USB devices error completely

Tested with a 32GB Kingston Memory formatted in FAT32 which used to crash, not anymore...
This commit is contained in:
Swizzy 2013-08-14 12:14:32 +02:00 committed by tuxuser
parent 5f72f21f33
commit 2011809ec6

View File

@ -411,7 +411,7 @@ static int FindPartitions(int device) {
case PARTITION_TYPE_EMPTY:
debug_printf("Partition %i: Claims to be empty\n", i + 1);
// Unknown or unsupported partition type
default:
/*default:
{
// Check if this partition has a valid NTFS boot record anyway,
// it might be misrepresented due to a lazy partition editor
@ -437,7 +437,8 @@ static int FindPartitions(int device) {
}
}
break;
}
}*/
}
}
}