aboutsummaryrefslogtreecommitdiffstats
path: root/symbol.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-03-20 17:19:15 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-03-20 17:19:15 +0200
commita31a42403b841ef05ca9143a431c8b6f1021a958 (patch)
tree09668a5683a34d8fcc114c105a6148dd3b717b26 /symbol.c
parent2473b938036dfdd32ff47833ea032a80a6fa5659 (diff)
parent480aca31c7772dafeb1b97cd7a768bca2f49d3c7 (diff)
downloadegawk-a31a42403b841ef05ca9143a431c8b6f1021a958.tar.gz
egawk-a31a42403b841ef05ca9143a431c8b6f1021a958.tar.bz2
egawk-a31a42403b841ef05ca9143a431c8b6f1021a958.zip
Merge branch 'master' into select
Diffstat (limited to 'symbol.c')
-rw-r--r--symbol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/symbol.c b/symbol.c
index cbfb1edf..845d3797 100644
--- a/symbol.c
+++ b/symbol.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 1986, 1988, 1989, 1991-2013 the Free Software Foundation, Inc.
+ * Copyright (C) 1986, 1988, 1989, 1991-2015 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
@@ -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;