Fix bug in history_playlist_push

This commit is contained in:
twinaphex 2014-11-29 16:53:26 +01:00
parent 791ba7ba04
commit af0d416323

View File

@ -154,7 +154,7 @@ static void history_playlist_push(content_playlist_t *playlist,
{
char tmp[PATH_MAX];
if (!playlist || !g_extern.libretro_dummy || !info)
if (!playlist || g_extern.libretro_dummy || !info)
return;
/* path can be relative here.