X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellDebug1CommandsLib%2FHexEdit%2FMainHexEditor.c;h=2b096d71688a39824ca2a38dc7889b4710bfced7;hp=065f8e95a706673e0693e6fb0ae67ccf861bf9b9;hb=f110b7734bffe3e573ab06f0efbcb80a7bb137d4;hpb=5563281fa2b31093a1cbd415553b9264c5136e89 diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c index 065f8e95a7..2b096d7168 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c @@ -1682,7 +1682,7 @@ HMainEditorInit ( // Find mouse in System Table ConsoleInHandle // Status = gBS->HandleProtocol ( - gST->ConIn, + gST->ConsoleInHandle, &gEfiSimplePointerProtocolGuid, (VOID**)&HMainEditor.MouseInterface );