From eba86fc1b955bd3aa9ae631c0838e65b571767cb Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Wed, 01 Nov 2017 20:06:12 +0000 Subject: [PATCH] Ignoring error due to __TIME__ macro --- src/io.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/io.c b/src/io.c index 65a426b..5a5e9a2 100644 --- a/src/io.c +++ b/src/io.c @@ -1219,6 +1219,8 @@ ts_bool getcmdline_tape(cfg_t *cfg, char *opts){ char *commands, *backup, *saveptr, *saveopptr, *command, *operator[2]; + operator[0]=0; + operator[1]=0; ts_uint i,j; commands=(char *)malloc(10000*sizeof(char)); backup=commands; //since the pointer to commands will be lost, we acquire a pointer that will serve as backup. -- Gitblit v1.9.3