minor type change in std.c
This commit is contained in:
parent
d845719359
commit
d245867d9a
@ -938,7 +938,7 @@ static void log_write (moo_t* moo, moo_bitmask_t mask, const moo_ooch_t* msg, mo
|
|||||||
#else
|
#else
|
||||||
char ts[32];
|
char ts[32];
|
||||||
#endif
|
#endif
|
||||||
size_t tslen;
|
moo_oow_t tslen;
|
||||||
struct tm tm, *tmp;
|
struct tm tm, *tmp;
|
||||||
|
|
||||||
now = time(MOO_NULL);
|
now = time(MOO_NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user