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
This commit is contained in:
qwang12 2007-11-19 08:03:35 +00:00
parent 7e181f2f37
commit ef8169977a
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ Returns:
continue;
}
if (*FileType == 0) {
if (*FileType == EFI_FV_FILETYPE_ALL) {
//
// Process all file types so we have a match
//