mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcBootManagementLib: Add change forgotten from last commit
This commit is contained in:
parent
afd982387b
commit
2f41d2abd1
@ -390,7 +390,7 @@ OcGetAppleBootLoadedImage (
|
||||
|
||||
if (!EFI_ERROR (Status)
|
||||
&& LoadedImage->FilePath != NULL
|
||||
&& (OcGetBootDevicePathType (LoadedImage->FilePath, NULL) & OC_BOOT_APPLE_ANY) != 0) {
|
||||
&& (OcGetBootDevicePathType (LoadedImage->FilePath, NULL, NULL) & OC_BOOT_APPLE_ANY) != 0) {
|
||||
return LoadedImage;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user