mirror of https://github.com/acidanthera/audk.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
This commit is contained in:
parent
7e181f2f37
commit
ef8169977a
|
@ -187,7 +187,7 @@ Returns:
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (*FileType == 0) {
|
if (*FileType == EFI_FV_FILETYPE_ALL) {
|
||||||
//
|
//
|
||||||
// Process all file types so we have a match
|
// Process all file types so we have a match
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue