more changes
This commit is contained in:
parent
7e61af5124
commit
a79cd7832f
10 changed files with 47 additions and 31 deletions
|
|
@ -118,6 +118,7 @@ getaddr(Node *p)
|
|||
for(; p; p = p->next)
|
||||
if(p->s && p->addr)
|
||||
return s_copy(s_to_c(p->s));
|
||||
return nil;
|
||||
}
|
||||
|
||||
/* get the text of a header line minus the field name */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue