]> git.proxmox.com Git - mirror_edk2.git/commit
Fix bug in GPT check that was introduced when a CompareMem() call was changed to...
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 6 Aug 2007 22:59:42 +0000 (22:59 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 6 Aug 2007 22:59:42 +0000 (22:59 +0000)
commitcd2d8468660d1ad2d0ce85b93d7303af6e22a9bf
tree9d00144485083781690ecd104191d825c8f47d2a
parent2118457ba5b1bd9215c5137cff113ff86d071559
Fix bug in GPT check that was introduced when a CompareMem() call was changed to a '==' operator.  It should be a '!=' operator.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3557 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Universal/Disk/PartitionDxe/Gpt.c