use correct name
diff --git a/src/cmd/acid/util.c b/src/cmd/acid/util.c
index a0ae47f..7772bfd 100644
--- a/src/cmd/acid/util.c
+++ b/src/cmd/acid/util.c
@@ -141,7 +141,7 @@
 			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;