Update xmb.c

This commit is contained in:
markwkidd 2016-11-15 15:58:18 -05:00 committed by GitHub
parent 9d0e5c012e
commit 1ad1598be2

View File

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