minor type change in std.c

This commit is contained in:
hyunghwan.chung 2019-09-25 14:39:00 +00:00
parent d845719359
commit d245867d9a

View File

@ -938,7 +938,7 @@ static void log_write (moo_t* moo, moo_bitmask_t mask, const moo_ooch_t* msg, mo
#else
char ts[32];
#endif
size_t tslen;
moo_oow_t tslen;
struct tm tm, *tmp;
now = time(MOO_NULL);