From 657312b3421c457d45d5ffcbe94e1cccf9fbe2dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Andr=C3=A9=20Santoni?= Date: Wed, 22 Oct 2014 01:04:59 +0200 Subject: [PATCH] (XMB) Fix display of items above the horizontal line --- frontend/menu/disp/xmb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/menu/disp/xmb.c b/frontend/menu/disp/xmb.c index 5266053c70..ec3fe4bec9 100644 --- a/frontend/menu/disp/xmb.c +++ b/frontend/menu/disp/xmb.c @@ -355,7 +355,8 @@ static void xmb_render_messagebox(const char *message) static void xmb_selection_pointer_changed(void) { - unsigned i, current, end; + int i; + unsigned current, end; xmb_handle_t *xmb = (xmb_handle_t*)driver.menu->userdata; if (!xmb)