Silence warnings

This commit is contained in:
twinaphex 2018-10-04 16:40:47 +02:00
parent 57c77a9a28
commit 4206d7ac8a
1 changed files with 3 additions and 1 deletions

View File

@ -3869,9 +3869,11 @@ int lan_room_count;
void netplay_refresh_rooms_menu(file_list_t *list)
{
char s[4115];
char s[8300];
int i = 0;
s[0] = '\0';
menu_entries_ctl(MENU_ENTRIES_CTL_CLEAR, list);
if (netplay_driver_ctl(RARCH_NETPLAY_CTL_IS_ENABLED, NULL) &&