From: qwang12 Date: Mon, 19 Nov 2007 08:03:35 +0000 (+0000) Subject: Use MACRO EFI_FV_FILETYPE_ALL instead of a constant. X-Git-Tag: edk2-stable201903~21759 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ef8169977a6876cb19bd6af4138dccf3c7911d2a;hp=7e181f2f37c33ce73411ba4752093f603a6ff0bf;p=mirror_edk2.git Use MACRO EFI_FV_FILETYPE_ALL instead of a constant. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4303 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c b/MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c index 94ba501896..59df02e11d 100644 --- a/MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c +++ b/MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c @@ -187,7 +187,7 @@ Returns: continue; } - if (*FileType == 0) { + if (*FileType == EFI_FV_FILETYPE_ALL) { // // Process all file types so we have a match //