use correct name

This commit is contained in:
rsc 2006-02-14 19:41:28 +00:00
parent 565fd89edf
commit 0932b48416

View file

@ -141,7 +141,7 @@ addvarsym(Fhdr *fp)
list->next = al(TSTRING); list->next = al(TSTRING);
list = list->next; list = list->next;
list->store.fmt = 's'; list->store.fmt = 's';
list->store.u.string = strnode(s.xname); list->store.u.string = strnode(s.name);
} }
} }
*tail = nil; *tail = nil;