From 11fcc951f19e0cd86025ee473f48d87f25a3d1c5 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 12 Mar 2015 16:06:57 +0100 Subject: [PATCH] (XMB) Fix two --- menu/drivers/xmb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index cd94aebc12..92b99a383f 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -1050,7 +1050,7 @@ static void xmb_draw_items(xmb_handle_t *xmb, gl_t *gl, file_list_get_last(stack, NULL, &label, NULL); if (xmb->categories.active.idx) - core_node = xmb_get_userdata_from_core(xmb, cat_selection_ptr); + core_node = xmb_get_userdata_from_core(xmb, cat_selection_ptr ? cat_selection_ptr : 0); end = file_list_get_size(list);