use correct name
This commit is contained in:
parent
565fd89edf
commit
0932b48416
@ -141,7 +141,7 @@ addvarsym(Fhdr *fp)
|
||||
list->next = al(TSTRING);
|
||||
list = list->next;
|
||||
list->store.fmt = 's';
|
||||
list->store.u.string = strnode(s.xname);
|
||||
list->store.u.string = strnode(s.name);
|
||||
}
|
||||
}
|
||||
*tail = nil;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user