Fix relative pathnames in nodelist index

This commit is contained in:
Alexander S. Aganichev
2003-01-18 15:53:55 +00:00
parent c0439363f6
commit 85c3983bbf
3 changed files with 6 additions and 3 deletions

View File

@@ -1147,7 +1147,7 @@ void CheckNodelists() {
char* val=buf;
getkeyval(&key, &val);
key = strxcpy(NODE->nodelist[NODE->nodelists].fn, strbtrim(key), sizeof(Path));
MakePathname(key, CFG->nodepath, key);
//MakePathname(key, CFG->nodepath, key);
NODE->nodelist[NODE->nodelists].ft = atol(val);
NODE->nodelists++;
}