(netplay_room) country can never be longer than 2 characters

This commit is contained in:
twinaphex 2020-09-16 13:11:23 +02:00
parent 4e594c6437
commit 24ce413816

View File

@ -73,7 +73,7 @@ struct netplay_room
int host_method;
char retroarch_version [2048];
char subsystem_name [2048];
char country [2048];
char country [3];
char nickname [2048];
char address [2048];
char mitm_address [2048];