From 1ad1598be29762cd7b02a9d81216ab27849607fc Mon Sep 17 00:00:00 2001 From: markwkidd Date: Tue, 15 Nov 2016 15:58:18 -0500 Subject: [PATCH] Update xmb.c --- menu/drivers/xmb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '_'; }