Update xmb.c

This commit is contained in:
markwkidd 2016-11-15 09:05:33 -05:00 committed by GitHub
parent 06221da8a1
commit d0f23fdddb

View File

@ -866,7 +866,8 @@ static void xmb_update_thumbnail_path(void *data, unsigned i)
tmp = string_replace_substring(entry.path, "\\", "_");
tmp = string_replace_substring(entry.path, "/", "_");
tmp = string_replace_substring(entry.path, "\?", "_");
tmp = string_replace_substring(entry.path, ":", "_");
tmp = string_replace_substring(entry.path, ":", "_");
tmp = string_replace_substring(entry.path, ";", "_");
tmp = string_replace_substring(entry.path, "<", "_");
tmp = string_replace_substring(entry.path, ">", "_");
tmp = string_replace_substring(entry.path, "*", "_");