From 167a71635dc763549d43423128d93f7f7d399d4e Mon Sep 17 00:00:00 2001 From: markwkidd Date: Tue, 15 Nov 2016 14:04:59 -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 1043d4cdfe..b990d47b70 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -892,7 +892,7 @@ static void xmb_update_thumbnail_path(void *data, unsigned i) while ((scrub_char_pointer = strchr (tmp, '*')) != NULL) { *scrub_char_pointer = '_'; } - while ((scrub_char_pointer = strchr (tmp, '_')) != NULL) { + while ((scrub_char_pointer = strchr (tmp, '|')) != NULL) { *scrub_char_pointer = '_'; }