mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 05:43:34 +00:00
Replace double quotes in thumbnail names
This commit is contained in:
parent
44be5b0999
commit
cd2ae18ec1
@ -1004,7 +1004,7 @@ static void xmb_update_thumbnail_path(void *data, unsigned i)
|
|||||||
|
|
||||||
if (!string_is_empty(tmp))
|
if (!string_is_empty(tmp))
|
||||||
{
|
{
|
||||||
while((scrub_char_pointer = strpbrk(tmp, "&*/:`<>?\\|")))
|
while((scrub_char_pointer = strpbrk(tmp, "&*/:`\"<>?\\|")))
|
||||||
*scrub_char_pointer = '_';
|
*scrub_char_pointer = '_';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user