diff options
Diffstat (limited to 'src/check_tmpl.c')
-rw-r--r-- | src/check_tmpl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/check_tmpl.c b/src/check_tmpl.c index 109c76b..c1be682 100644 --- a/src/check_tmpl.c +++ b/src/check_tmpl.c @@ -44,7 +44,6 @@ main(int argc, char **argv) exit(-1); } - memset(&def, 0, sizeof(def)); status = parse_def(&def, argv[1], 0); if (status == -5) { printf("Cannot open [%s]\n", argv[1]); |