added chat-misc todos

This commit is contained in:
Václav Šmejkal 2023-03-24 20:18:44 +01:00
parent 01b8d716d6
commit db8813b3ca
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -352,9 +352,11 @@ void *why2_listen_server(void *socket)
{
read = why2_read_socket(*((int*) socket)); //TODO: Fix other user message formatting
printf(WHY2_CLEAR_AND_GO_UP);
printf("%s\n\n>>> ", read);
printf("%s\n\n>>> ", read); //TODO: wtf is the output
fflush(stdout);
why2_deallocate(read);
}
}
//BUG: SERVER SOMETIMES CRASHES - I HAVE NO FUCKING IDEA WHY