From 97627ad45ab9951d83f3f73a4541e95697afec56 Mon Sep 17 00:00:00 2001 From: ydong10 Date: Mon, 28 May 2012 02:39:50 +0000 Subject: [PATCH] Fix build failed Signed-off-by: Eric Dong git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13363 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c b/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c index 0a034cda96..5841756c43 100644 --- a/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c +++ b/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c @@ -548,7 +548,7 @@ ValidateOption ( return FALSE; } - return GetDevicePathSizeEx (DevicePath, FilePathSize) != 0; + return (BOOLEAN) (GetDevicePathSizeEx (DevicePath, FilePathSize) != 0); } /** -- 2.39.2