mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-13 21:48:25 +08:00
非常棒
This commit is contained in:
@@ -59,6 +59,7 @@ char* GetTaskStr()
|
|||||||
pTimedTask tmp_tsk = task_top;
|
pTimedTask tmp_tsk = task_top;
|
||||||
char* tmp_str = str;
|
char* tmp_str = str;
|
||||||
tmp_str[0] = '[';
|
tmp_str[0] = '[';
|
||||||
|
tmp_str++;
|
||||||
while (tmp_tsk)
|
while (tmp_tsk)
|
||||||
{
|
{
|
||||||
sprintf(tmp_str, "{time:%d,socket_index:%d,on:%d},",
|
sprintf(tmp_str, "{time:%d,socket_index:%d,on:%d},",
|
||||||
|
|||||||
Reference in New Issue
Block a user