Merge pull request #5908 from RobLoach/patch-24

Replace double quotes in thumbnail names
This commit is contained in:
Twinaphex 2017-12-13 03:51:37 +01:00 committed by GitHub
commit 7abf68a5b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = '_';
}