summaryrefslogtreecommitdiff
path: root/symbol.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-03-17 22:58:03 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-03-17 22:58:03 +0200
commit1d8ef985bc59f973895b54057535281b69e557b7 (patch)
tree343305a810b61ff6e0c2ac17d8a38f372043d500 /symbol.c
parenteb589a106539d8495802088baa2c579189a090a1 (diff)
parentcd2ff61aaf4938092517880ad7655828d99a3cb9 (diff)
downloadgawk-constants.tar.gz
Merge branch 'master' into constantsconstants
Diffstat (limited to 'symbol.c')
-rw-r--r--symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbol.c b/symbol.c
index d698299b..845d3797 100644
--- a/symbol.c
+++ b/symbol.c
@@ -642,7 +642,7 @@ check_param_names(void)
max = func_table->table_size * 2;
- memset(& n, sizeof n, 0);
+ memset(& n, 0, sizeof n);
n.type = Node_val;
n.flags = STRING|STRCUR;
n.stfmt = -1;