summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Ching-Pang Lin <glin@suse.com>2012-10-02 18:17:29 +0800
committerGary Ching-Pang Lin <glin@suse.com>2012-10-02 18:17:29 +0800
commit0692f833c9e45a15c2551fccfa9e9ab05250552a (patch)
tree879509f05ebc32580fd07c27ffadae93048fa41d
parent5e43e91f3de4f55bc17ee7216e5c46dfd24f5964 (diff)
downloadefi-boot-shim-0692f833c9e45a15c2551fccfa9e9ab05250552a.tar.gz
efi-boot-shim-0692f833c9e45a15c2551fccfa9e9ab05250552a.zip
Don't print Backspace as we print nothing
-rw-r--r--MokManager.c1
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;
}