]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Disk/PartitionDxe/Mbr.c
Merger tracker: Dell - Cannot detect FAT16 partition if the 1st entry in the partitio...
[mirror_edk2.git] / 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