search for: efi_printerr

Displaying 1 result from an estimated 1 matches for "efi_printerr".

2016 Jun 04
0
[PATCH] Wedding gift, removing double l from auxilliary
...quot;. The Auxiliary Data Vector is also available to COM32 modules that want to store small amounts of information. diff --git a/efi/adv.c b/efi/adv.c index 4056db1..7709e08 100644 --- a/efi/adv.c +++ b/efi/adv.c @@ -283,7 +283,7 @@ int efi_adv_write(void) } if (err == -2) - efi_printerr(L"%s: cannot write auxilliary data (need --update)?\n", + efi_printerr(L"%s: cannot write auxiliary data (need --update)?\n", file); else if (err == -1) efi_perror(L"efi_adv_write:"); diff --git a/libinstaller/advio.c b/libinstaller/advio.c index e282e11..917...