mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-12 20:58:18 +00:00
Fix playlist label sanitisation
This commit is contained in:
parent
bbcf1c8881
commit
df28f998c2
@ -136,7 +136,7 @@ static bool left_exclusion(char *left,
|
||||
strlcpy(comparison_string, strings[i], sizeof(comparison_string));
|
||||
string_to_upper(comparison_string);
|
||||
|
||||
if (string_is_equal(exclusion_string,
|
||||
if (string_starts_with(exclusion_string,
|
||||
comparison_string))
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user