]> code.delx.au - refind/blobdiff - refind/apple.c
Added support for ARM64 (AARCH64) platform in rEFInd, drivers, and
[refind] / refind / apple.c
index 5b334f1650743b9f329e5f4838251fe3f690f8c1..9f9b1f34a3e839f5cad00aabcafbd8a3afac9aa2 100644 (file)
@@ -157,7 +157,7 @@ EFI_STATUS SetAppleOSInfo() {
                 Print(L"Out of resources in SetAppleOSInfo!\n");
             }
             if ((Status == EFI_SUCCESS) && (SetOs->Version == 2))
-                Status = refit_call1_wrapper (SetOs->SetOsVendor, "Apple Inc.");
+                Status = refit_call1_wrapper (SetOs->SetOsVendor, (CHAR8 *) "Apple Inc.");
             MyFreePool(AppleOSVersion);
         } // if (AppleOSVersion)
     } // if