]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Use MACRO EFI_FV_FILETYPE_ALL instead of a constant.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 19 Nov 2007 08:03:35 +0000 (08:03 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 19 Nov 2007 08:03:35 +0000 (08:03 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4303 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c

index 94ba5018969c4542bfbbc9d75f933ce4573edf91..59df02e11d1cb33506908c0331184e2025c7fd73 100644 (file)
@@ -187,7 +187,7 @@ Returns:
       continue;\r
     }\r
 \r
-    if (*FileType == 0) {\r
+    if (*FileType == EFI_FV_FILETYPE_ALL) {\r
       //\r
       // Process all file types so we have a match\r
       //\r