From e0deb20e300f05ca330faeedac8fb1d149d13706 Mon Sep 17 00:00:00 2001 From: markwkidd Date: Tue, 15 Nov 2016 16:54:35 -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 c9d60a3a91..53e9e8a395 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) * http://datomatic.no-intro.org/stuff/The%20Official%20No-Intro%20Convention%20(20071030).zip * Replace these characters in the entry name with underscores */ - char *scrub_char_pointer = 0; + char *scrub_char_pointer = NULL; tmp = strdup(entry.path); while((scrub_char_pointer = strpbrk(tmp, "&*/:`<>?\\|")))