Silence warnings
This commit is contained in:
parent
57c77a9a28
commit
4206d7ac8a
|
@ -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) &&
|
||||
|
|
Loading…
Reference in New Issue