mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Update xmb.c
This commit is contained in:
parent
0d8c2aa119
commit
e0deb20e30
@ -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, "&*/:`<>?\\|")))
|
||||
|
Loading…
x
Reference in New Issue
Block a user