fixed why2_send_socket's send size
This commit is contained in:
parent
4b85ba17dd
commit
ab46803a91
@ -121,7 +121,7 @@ void why2_send_socket(char *text, int socket)
|
|||||||
}
|
}
|
||||||
|
|
||||||
//SEND
|
//SEND
|
||||||
send(socket, final, text_length + 2, 0);
|
send(socket, final, text_length, 0);
|
||||||
|
|
||||||
why2_deallocate(final);
|
why2_deallocate(final);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user