fix size
This commit is contained in:
@@ -218,7 +218,7 @@ return ret;
|
||||
long WrenchFamilyInitializeAccount(CVars in, CVars &out){
|
||||
logfmt(logINFO, "WrenchFamilyInitializeAccount()");
|
||||
|
||||
char username[15] = "";
|
||||
char username[6] = "";
|
||||
SetFamilyUsername(in["family_id"].Long(), username, sizeof (username));
|
||||
|
||||
int r1;
|
||||
|
||||
Reference in New Issue
Block a user