mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Update xmb.c
This commit is contained in:
parent
9d0e5c012e
commit
1ad1598be2
@ -865,7 +865,7 @@ static void xmb_update_thumbnail_path(void *data, unsigned i)
|
||||
char *scrub_char_pointer = 0;
|
||||
tmp = strdup(entry.path);
|
||||
|
||||
while(scrub_char_pointer = strpbrk(tmp, "&*/:`<>?\|"))
|
||||
while(scrub_char_pointer = strpbrk(tmp, "&*/:`<>?\\|"))
|
||||
{
|
||||
*scrub_char_pointer = '_';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user