diff options
author | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-04-11 22:00:31 +0000 |
---|---|---|
committer | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-04-11 22:00:31 +0000 |
commit | 411a3c392942828a68fb0f4a92545a384fd43bea (patch) | |
tree | 7cbfc7839f46a3179391d75ea4837ae85c7bdabf /ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.c | |
parent | 75e55c54be7f61757fcd85255f02ff36ae800a58 (diff) | |
download | edk2-platforms-411a3c392942828a68fb0f4a92545a384fd43bea.tar.xz |
EditTitleBar - Remove ASSERT. Complete display output for Disk and Memory output.
HexEdit - Add more user input verification. Fix output display.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11517 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.c')
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.c index 08d01ab09c..c29ecc00fd 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.c @@ -185,7 +185,7 @@ MainTitleBarRefresh ( //
// Print the offset.
//
- ASSERT(FALSE);
+ ShellPrintEx (-1,-1, L"Offset %X | Size %X", Offset, Size);
case FileTypeFileBuffer:
break;
default:
|