mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-15 14:38:13 +08:00
up
This commit is contained in:
@@ -46,7 +46,6 @@ void web_log(const char *N, const char *M, ...)
|
||||
va_start(ap, M);
|
||||
int ret = vsnprintf(log, sizeof(log), M, ap);
|
||||
va_end(ap);
|
||||
puts(msg);
|
||||
|
||||
LOG_TMP = (char*)malloc(sizeof(char)*LOG_LEN);
|
||||
now = time(NULL);
|
||||
|
||||
Reference in New Issue
Block a user