Update xmb.c

This commit is contained in:
markwkidd 2016-11-15 14:04:59 -05:00 committed by GitHub
parent 096b316183
commit 167a71635d

View File

@ -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 = '_';
}