From d159ab9538f5fa7e88fec320811e8da2247438f8 Mon Sep 17 00:00:00 2001 From: jcarsey Date: Tue, 23 Aug 2011 15:32:49 +0000 Subject: [PATCH] ShellPkg: fix build error when converting INTN to INT32. signed-off-by: jcarsey Reviewed-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12186 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c index fec7124315..3602a72433 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c @@ -106,7 +106,7 @@ HMainCommandDisplayHelp ( VOID ) { - INTN CurrentLine=0; + INT32 CurrentLine=0; CHAR16 * InfoString; EFI_INPUT_KEY Key; -- 2.39.2