*nothing serious.

This commit is contained in:
Wang Renxin 2016-08-12 10:43:48 +08:00
parent 6413b9580d
commit 6974a3199b

View File

@ -1260,7 +1260,7 @@ static int ticks(struct mb_interpreter_t* s, void** l) {
static int now(struct mb_interpreter_t* s, void** l) { static int now(struct mb_interpreter_t* s, void** l) {
int result = MB_FUNC_OK; int result = MB_FUNC_OK;
time_t ct; time_t ct;
struct tm* timeinfo; struct tm* timeinfo = 0;
char buf[80]; char buf[80];
char* arg = 0; char* arg = 0;