Update xmb.c
This commit is contained in:
parent
096b316183
commit
167a71635d
|
@ -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 = '_';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue