diff options
Diffstat (limited to 'str_array.c')
-rw-r--r-- | str_array.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/str_array.c b/str_array.c index c6b33c6d..a38562cd 100644 --- a/str_array.c +++ b/str_array.c @@ -332,6 +332,7 @@ str_copy(NODE *symbol, NODE *newsymb) newchain->ahcode = chain->ahcode; *pnew = newchain; + newchain->ahnext = NULL; pnew = & newchain->ahnext; } } |