mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Merge pull request #5908 from RobLoach/patch-24
Replace double quotes in thumbnail names
This commit is contained in:
commit
7abf68a5b3
@ -1004,7 +1004,7 @@ static void xmb_update_thumbnail_path(void *data, unsigned i)
|
||||
|
||||
if (!string_is_empty(tmp))
|
||||
{
|
||||
while((scrub_char_pointer = strpbrk(tmp, "&*/:`<>?\\|")))
|
||||
while((scrub_char_pointer = strpbrk(tmp, "&*/:`\"<>?\\|")))
|
||||
*scrub_char_pointer = '_';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user