Fix build broken issue for ICC 9.0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8960 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1050,7 +1050,7 @@ BOpt_GetBootOptions (
|
||||
}
|
||||
|
||||
if (HiiString != NULL) {
|
||||
NewLoadContext->Description = AllocateZeroPool(StrSize((UINT16*)LoadOptionPtr) + StrSize(HiiString));
|
||||
NewLoadContext->Description = AllocateZeroPool(StringSize + StrSize(HiiString));
|
||||
StrCpy (NewLoadContext->Description, HiiString);
|
||||
if (StrnCmp ((UINT16*)LoadOptionPtr, L"0", 1) != 0) {
|
||||
StrCat (NewLoadContext->Description, L" ");
|
||||
|
Reference in New Issue
Block a user