Merger tracker: Dell - Cannot detect FAT16 partition if the 1st entry in the partition table is

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4807 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2008-03-07 07:47:21 +00:00
parent b67be02118
commit c63cd426a8
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ Returns:
goto Done; goto Done;
} }
if (Mbr->Partition[0].OSIndicator == 0) { if (UNPACK_UINT32 (Mbr->Partition[0].SizeInLBA) == 0) {
break; break;
} }