]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Merger tracker: Dell - Cannot detect FAT16 partition if the 1st entry in the partitio...
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 7 Mar 2008 07:47:21 +0000 (07:47 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 7 Mar 2008 07:47:21 +0000 (07:47 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4807 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/Disk/PartitionDxe/Mbr.c

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