*nothing serious.
This commit is contained in:
parent
6413b9580d
commit
6974a3199b
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user