Memset this variable

This commit is contained in:
twinaphex 2017-09-30 07:43:37 +02:00
parent 063343e538
commit b0de197da4
1 changed files with 1 additions and 3 deletions

View File

@ -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;