aboutsummaryrefslogtreecommitdiffstats
path: root/command.y
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-11-22 21:05:09 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-11-22 21:05:09 +0200
commit8bfefd698dfeec91e11d9dc7da9658b1d9c59a7a (patch)
tree3cbe58cafd7664d670ddea561721acc058ff8810 /command.y
parent72e119f16dd53b93638cbc713d9325ef9ddb0f0c (diff)
downloadegawk-8bfefd698dfeec91e11d9dc7da9658b1d9c59a7a.tar.gz
egawk-8bfefd698dfeec91e11d9dc7da9658b1d9c59a7a.tar.bz2
egawk-8bfefd698dfeec91e11d9dc7da9658b1d9c59a7a.zip
Fixes from John Haque.
Diffstat (limited to 'command.y')
-rw-r--r--command.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.y b/command.y
index 6d203b9a..b5bbf031 100644
--- a/command.y
+++ b/command.y
@@ -632,7 +632,7 @@ subscript
for (a = $2; a != NULL; a = a->next)
count++;
- subs =concat_args($2, count);
+ subs = concat_args($2, count);
free_cmdarg($2->next);
$2->next = NULL;
$2->type = D_node;