summaryrefslogtreecommitdiff
path: root/src/utils/ecore/makekeys.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/ecore/makekeys.c')
-rw-r--r--src/utils/ecore/makekeys.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/ecore/makekeys.c b/src/utils/ecore/makekeys.c
index 5d8c979cf..69383af41 100644
--- a/src/utils/ecore/makekeys.c
+++ b/src/utils/ecore/makekeys.c
@@ -59,9 +59,9 @@ main(int argc, char **argv)
long unsigned int val;
char key[128], prefix[128];
char tab[TBLNUM];
- unsigned short offsets[TBLNUM];
- unsigned short indexes[TBLNUM];
- long unsigned int values[TBLNUM];
+ unsigned short offsets[TBLNUM] = { 0 };
+ unsigned short indexes[TBLNUM] = { 0 };
+ long unsigned int values[TBLNUM] = { 0 };
char buf[1024];
for (l = 1; l < argc; l++)