(XMB) Correct previous commit

This commit is contained in:
twinaphex 2015-06-11 16:06:39 +02:00
parent 500909cf9f
commit 87bfef86f2

View File

@ -731,7 +731,8 @@ static void xmb_list_switch_new(xmb_handle_t *xmb,
if (tmp)
{
fill_pathname_noext(path, settings->dynamic_wallpapers_directory, tmp, sizeof(path));
fill_pathname_join(path, settings->dynamic_wallpapers_directory, tmp, sizeof(path));
path_remove_extension(path);
free(tmp);
}