commit 0932b4841652fb8251100fceb4178f36bcde3131 from: rsc date: Tue Feb 14 19:41:28 2006 UTC use correct name commit - 565fd89edfb1858d4cbf6b334f0b7443cefada1c commit + 0932b4841652fb8251100fceb4178f36bcde3131 blob - a0ae47fba8e89772217f38ea0e3875d404c96ec3 blob + 7772bfdba34167a793bdff724dffa4dcd9ce1b77 --- src/cmd/acid/util.c +++ src/cmd/acid/util.c @@ -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;