sysutils/shim: fix building
* files/ patch-lib-console.c: %s/EFI_WARN_UNKOWN_GLYPH/EFI_WARN_UNKNOWN_GLYPH/g
This commit is contained in:
parent
145bb4f02a
commit
d60a016c21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515238
11
sysutils/shim/files/patch-lib-console.c
Normal file
11
sysutils/shim/files/patch-lib-console.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- lib/console.c.orig 2019-10-23 08:09:31 UTC
|
||||
+++ lib/console.c
|
||||
@@ -360,7 +360,7 @@ static struct {
|
||||
{ EFI_SECURITY_VIOLATION, L"Security Violation"},
|
||||
|
||||
// warnings
|
||||
- { EFI_WARN_UNKOWN_GLYPH, L"Warning Unknown Glyph"},
|
||||
+ { EFI_WARN_UNKNOWN_GLYPH, L"Warning Unknown Glyph"},
|
||||
{ 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"},
|
Loading…
Reference in New Issue
Block a user