mirror of https://github.com/acidanthera/audk.git
Fix DDK build fail.
Signed-off-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14453 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f8920f0dd4
commit
70066a82a5
|
@ -1955,7 +1955,7 @@ ParseIfrData (
|
|||
//
|
||||
// Check whether this question is in requested block array.
|
||||
//
|
||||
if (!BlockArrayCheck (RequestBlockArray, BlockData->Offset, BlockData->Width, BlockData->Name != NULL, HiiHandle)) {
|
||||
if (!BlockArrayCheck (RequestBlockArray, BlockData->Offset, BlockData->Width, (BOOLEAN)(BlockData->Name != NULL), HiiHandle)) {
|
||||
//
|
||||
// This question is not in the requested string. Skip it.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue