Documentation updated

This commit is contained in:
Alexander S. Aganichev
2001-11-21 14:21:30 +00:00
parent ed39a2ea9c
commit c7f2058ee9
5 changed files with 1474 additions and 569 deletions

View File

@@ -665,7 +665,7 @@ CfgGed::CfgGed() {
adeptxbbsuserno = 0;
addressbookadd = YES;
addresslookupfirst = false;
areaautoid = AUTOID_VERBOSE;
areaautoid = AUTOID_LONG;
areacopydirect = false;
areacopyaddid = false;
areaforwarddirect = false;

View File

@@ -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