aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nad2bin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nad2bin.c b/src/nad2bin.c
index 6587c638..2bbe2f4c 100644
--- a/src/nad2bin.c
+++ b/src/nad2bin.c
@@ -98,6 +98,7 @@ int main(int argc, char **argv) {
/* Read the ASCII Table */
/* ==================================================================== */
+ memset(ct.id,0,MAX_TAB_ID);
if ( NULL == fgets(ct.id, MAX_TAB_ID, stdin) ) {
perror("fgets");
exit(1);