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:
Eric Dong 2013-07-03 01:29:12 +00:00 committed by ydong10
parent f8920f0dd4
commit 70066a82a5
1 changed files with 1 additions and 1 deletions

View File

@ -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.
//