https://sourceforge.net/p/gnu-efi/code/merge-requests/15/
@ -274,7 +274,7 @@ xtoi (
CHAR16 c;
// skip preceeding white space
while (*str && *str == ' ') {
while (*str == ' ') {
str += 1;
}
The note is not visible to the blocked user.