tuse correct name - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 0932b4841652fb8251100fceb4178f36bcde3131
(DIR) parent 565fd89edfb1858d4cbf6b334f0b7443cefada1c
(HTM) 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(-)
---
(DIR) diff --git a/src/cmd/acid/util.c b/src/cmd/acid/util.c
t@@ -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;