use correct name
This commit is contained in:
parent
565fd89edf
commit
0932b48416
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue