Memset this variable
This commit is contained in:
parent
063343e538
commit
b0de197da4
|
@ -2389,9 +2389,7 @@ static int xmb_draw_item(
|
|||
if (i == current && width > 320 && height > 240
|
||||
&& !string_is_empty(entry->sublabel))
|
||||
{
|
||||
char entry_sublabel[255];
|
||||
|
||||
entry_sublabel[0] = '\0';
|
||||
char entry_sublabel[255] = {0};
|
||||
|
||||
label_offset = - xmb->margins_label_top;
|
||||
|
||||
|
|
Loading…
Reference in New Issue