diff options
Diffstat (limited to 'UnixPkg/MiscSubClassPlatformDxe/MiscNumberOfInstallableLanguagesFunction.c')
-rw-r--r-- | UnixPkg/MiscSubClassPlatformDxe/MiscNumberOfInstallableLanguagesFunction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UnixPkg/MiscSubClassPlatformDxe/MiscNumberOfInstallableLanguagesFunction.c b/UnixPkg/MiscSubClassPlatformDxe/MiscNumberOfInstallableLanguagesFunction.c index 600f2ee9ae..6eff73e450 100644 --- a/UnixPkg/MiscSubClassPlatformDxe/MiscNumberOfInstallableLanguagesFunction.c +++ b/UnixPkg/MiscSubClassPlatformDxe/MiscNumberOfInstallableLanguagesFunction.c @@ -45,7 +45,7 @@ CurrentLanguageMatch ( return;
}
- GetEfiGlobalVariable2 (L"PlatformLang", &CurrentLang, NULL);
+ GetEfiGlobalVariable2 (L"PlatformLang", (VOID**)&CurrentLang, NULL);
DefaultLang = (CHAR8 *) PcdGetPtr (PcdUefiVariableDefaultPlatformLang);
BestLanguage = GetBestLanguage (
Languages,
|