diff options
| author | Gary Ching-Pang Lin <glin@suse.com> | 2012-10-02 18:17:29 +0800 |
|---|---|---|
| committer | Gary Ching-Pang Lin <glin@suse.com> | 2012-10-02 18:17:29 +0800 |
| commit | 27129e60a6fdad432557d7d51e182b016ec5e1a9 (patch) | |
| tree | 879509f05ebc32580fd07c27ffadae93048fa41d | |
| parent | 3b8cc123ce5b3d108b618e25d2ab03f22b5efff5 (diff) | |
| download | efi-boot-shim-27129e60a6fdad432557d7d51e182b016ec5e1a9.tar.gz efi-boot-shim-27129e60a6fdad432557d7d51e182b016ec5e1a9.zip | |
Don't print Backspace as we print nothing
| -rw-r--r-- | MokManager.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MokManager.c b/MokManager.c index b51b8a72..4f5d6db1 100644 --- a/MokManager.c +++ b/MokManager.c @@ -453,7 +453,6 @@ static UINT8 get_password (UINT32 *length, CHAR16 *password) if (count == 0 && key.UnicodeChar == CHAR_BACKSPACE) { continue; } else if (key.UnicodeChar == CHAR_BACKSPACE) { - Print(L"%c", CHAR_BACKSPACE); input[--count] = '\0'; continue; } |
