From ef8169977a6876cb19bd6af4138dccf3c7911d2a Mon Sep 17 00:00:00 2001 From: qwang12 Date: Mon, 19 Nov 2007 08:03:35 +0000 Subject: 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 --- MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 // -- cgit v1.2.3