added chat-misc todos
This commit is contained in:
parent
01b8d716d6
commit
db8813b3ca
@ -352,9 +352,11 @@ void *why2_listen_server(void *socket)
|
|||||||
{
|
{
|
||||||
read = why2_read_socket(*((int*) socket)); //TODO: Fix other user message formatting
|
read = why2_read_socket(*((int*) socket)); //TODO: Fix other user message formatting
|
||||||
printf(WHY2_CLEAR_AND_GO_UP);
|
printf(WHY2_CLEAR_AND_GO_UP);
|
||||||
printf("%s\n\n>>> ", read);
|
printf("%s\n\n>>> ", read); //TODO: wtf is the output
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
|
||||||
why2_deallocate(read);
|
why2_deallocate(read);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//BUG: SERVER SOMETIMES CRASHES - I HAVE NO FUCKING IDEA WHY
|
Loading…
x
Reference in New Issue
Block a user