aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acid
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-02-14 19:41:28 +0000
committerrsc <devnull@localhost>2006-02-14 19:41:28 +0000
commit0932b4841652fb8251100fceb4178f36bcde3131 (patch)
tree180b2d36a5c0b57a3521a2a50cc33d3d1916a8e4 /src/cmd/acid
parent565fd89edfb1858d4cbf6b334f0b7443cefada1c (diff)
downloadplan9port-0932b4841652fb8251100fceb4178f36bcde3131.tar.gz
plan9port-0932b4841652fb8251100fceb4178f36bcde3131.tar.bz2
plan9port-0932b4841652fb8251100fceb4178f36bcde3131.zip
use correct name
Diffstat (limited to 'src/cmd/acid')
-rw-r--r--src/cmd/acid/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/acid/util.c b/src/cmd/acid/util.c
index a0ae47fb..7772bfdb 100644
--- 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;