commit 0932b4841652fb8251100fceb4178f36bcde3131 parent 565fd89edfb1858d4cbf6b334f0b7443cefada1c Author: rsc <devnull@localhost> Date: Tue, 14 Feb 2006 19:41:28 +0000 use correct name Diffstat:
M | src/cmd/acid/util.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cmd/acid/util.c b/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;