This commit is contained in:
Alexander S. Aganichev 2003-04-07 10:36:32 +00:00
parent 3b5cb6c142
commit f6350dcf17

View File

@ -110,7 +110,7 @@ void gareafile::ReadSynchronet(char* tag) {
break;
AreaCfg aa;
aa.reset();
aa.type = (sub_misc & SUB_QNET) ? GMB_LOCAL : GMB_ECHO;
aa.type = (sub.misc & SUB_QNET) ? GMB_LOCAL : GMB_ECHO;
aa.attr = attribsecho;
aa.msgbase = GMB_SMB;
aa.setechoid((sub.misc & SUB_FIDO) ? sub.sname : sub.code);