From af0d41632315fcd8c62cb2a2662b04c1f94b8158 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 29 Nov 2014 16:53:26 +0100 Subject: [PATCH] Fix bug in history_playlist_push --- frontend/frontend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/frontend.c b/frontend/frontend.c index 3c02ab9dc4..70335b6e2c 100644 --- a/frontend/frontend.c +++ b/frontend/frontend.c @@ -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.