summaryrefslogtreecommitdiffstats
path: root/efitools-1.9.2-fixup-UNKNOWN_GLYPH.patch
diff options
context:
space:
mode:
Diffstat (limited to 'efitools-1.9.2-fixup-UNKNOWN_GLYPH.patch')
-rw-r--r--efitools-1.9.2-fixup-UNKNOWN_GLYPH.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/efitools-1.9.2-fixup-UNKNOWN_GLYPH.patch b/efitools-1.9.2-fixup-UNKNOWN_GLYPH.patch
deleted file mode 100644
index 3b287bd..0000000
--- a/efitools-1.9.2-fixup-UNKNOWN_GLYPH.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -Naru a/lib/console.c b/lib/console.c
---- a/lib/console.c 2019-11-28 13:59:02.099153788 +0100
-+++ b/lib/console.c 2019-11-28 13:59:42.209153890 +0100
-@@ -357,7 +357,11 @@
- { EFI_SECURITY_VIOLATION, L"Security Violation"},
-
- // warnings
-- { EFI_WARN_UNKOWN_GLYPH, L"Warning Unknown Glyph"},
-+#ifndef EFI_WARN_UNKOWN_GLYPH
-+ { EFI_WARN_UNKNOWN_GLYPH, L"Warning Unknown Glyph"},
-+#else
-+ { EFI_WARN_UNKOWN_GLYPH, L"Warning Unknown Glyph"},
-+#endif
- { EFI_WARN_DELETE_FAILURE, L"Warning Delete Failure"},
- { EFI_WARN_WRITE_FAILURE, L"Warning Write Failure"},
- { EFI_WARN_BUFFER_TOO_SMALL, L"Warning Buffer Too Small"}