Documentation updated
This commit is contained in:
@@ -665,7 +665,7 @@ CfgGed::CfgGed() {
|
||||
adeptxbbsuserno = 0;
|
||||
addressbookadd = YES;
|
||||
addresslookupfirst = false;
|
||||
areaautoid = AUTOID_VERBOSE;
|
||||
areaautoid = AUTOID_LONG;
|
||||
areacopydirect = false;
|
||||
areacopyaddid = false;
|
||||
areaforwarddirect = false;
|
||||
|
@@ -92,7 +92,7 @@ void CfgNetname() {
|
||||
|
||||
Name buf;
|
||||
|
||||
strxcpy(buf, val, sizeof(buf));
|
||||
strxcpy(buf, StripQuotes(val), sizeof(buf));
|
||||
if(cfgingroup)
|
||||
CFG->grp.AddItm(GRP_NETNAME, buf, strlen(buf)+1);
|
||||
else
|
||||
|
Reference in New Issue
Block a user