(netplay_room) country can never be longer than 2 characters
This commit is contained in:
parent
4e594c6437
commit
24ce413816
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue