Fix for fdn taglists in areas format

This commit is contained in:
Michiel Broek 2002-05-10 14:43:12 +00:00
parent 23804d10f1
commit c2392faf05

View File

@ -162,6 +162,8 @@ int CheckTicGroup(char *Area, int SendUplink, faddr *f)
tag = strtok(buf, "\t \r\n\0");
p = strtok(NULL, "\r\n\0");
desc = p;
while ((*desc == ' ') || (*desc == '\t'))
desc++;
if (strcmp(tag, Area) == 0) {
Syslog('f', "Found tag \"%s\" desc \"%s\"", tag, desc);
Found = TRUE;