added (currently) missing newline char to why2_listen_server print
This commit is contained in:
parent
f7a0db032e
commit
01b8d716d6
@ -352,7 +352,7 @@ 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>>> ", read);
|
printf("%s\n\n>>> ", read);
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
|
||||||
why2_deallocate(read);
|
why2_deallocate(read);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user