Fixes to the recent patches

This commit is contained in:
Alexander S. Aganichev
2002-09-23 09:23:45 +00:00
parent c283d9e260
commit dbeb60a30e
7 changed files with 17 additions and 9 deletions

View File

@@ -94,8 +94,8 @@ void gareafile::ReadSynchronet(char* tag) {
aa.setechoid(sub.code);
aa.setdesc(sub.lname);
aa.groupid = 0x8000 + sub.grp;
if(*sub.echopath)
MakePathname(file, sub.echopath, sub.code);
if(*sub.data_dir)
MakePathname(file, sub.data_dir, sub.code);
else
MakePathname(file, path, sub.code);
aa.setpath(file);