diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index 9b804b52ab..d9d922ebc4 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -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 = '_'; }