mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
committed by
Zbigniew Jędrzejewski-Szmek
parent
e538d59367
commit
f23b2a04e6
@@ -193,7 +193,8 @@ static bool efi_fnmatch_internal(const char16_t *p, const char16_t *h, int max_d
|
||||
p++;
|
||||
if (*p == '\0')
|
||||
return false;
|
||||
match |= *p == *h;
|
||||
if (*p == *h)
|
||||
match = true;
|
||||
can_range = true;
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user