mirror of https://github.com/acidanthera/audk.git
Use ASSERT to check the expression.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10618 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1dc1b43fc2
commit
7f97c9bb52
|
@ -443,7 +443,7 @@ InitializeFrontPage (
|
|||
|
||||
if (FirstFlag) {
|
||||
StringBuffer = HiiGetString (HiiHandle, PRINTABLE_LANGUAGE_NAME_STRING_ID, Lang);
|
||||
ASSERT_EFI_ERROR (StringBuffer != NULL);
|
||||
ASSERT (StringBuffer != NULL);
|
||||
|
||||
//
|
||||
// Save the string Id for each language
|
||||
|
|
Loading…
Reference in New Issue