mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-17 07:28:14 +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);
|
va_start(ap, M);
|
||||||
int ret = vsnprintf(log, sizeof(log), M, ap);
|
int ret = vsnprintf(log, sizeof(log), M, ap);
|
||||||
va_end(ap);
|
va_end(ap);
|
||||||
puts(msg);
|
|
||||||
|
|
||||||
LOG_TMP = (char*)malloc(sizeof(char)*LOG_LEN);
|
LOG_TMP = (char*)malloc(sizeof(char)*LOG_LEN);
|
||||||
now = time(NULL);
|
now = time(NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user