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 #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);