From 6974a3199b38f7790c8c56a6d0a79bcbd3da6999 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Fri, 12 Aug 2016 10:43:48 +0800 Subject: [PATCH] *nothing serious. --- shell/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/main.c b/shell/main.c index fa4e194..69292a8 100755 --- a/shell/main.c +++ b/shell/main.c @@ -1260,7 +1260,7 @@ static int ticks(struct mb_interpreter_t* s, void** l) { static int now(struct mb_interpreter_t* s, void** l) { int result = MB_FUNC_OK; time_t ct; - struct tm* timeinfo; + struct tm* timeinfo = 0; char buf[80]; char* arg = 0;