mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 08:40:19 +00:00
committed by
TingPing
parent
21c0e47869
commit
93caf4c7b4
@@ -273,7 +273,7 @@ tcp_send (server *serv, char *buf)
|
||||
}*/
|
||||
|
||||
void
|
||||
tcp_sendf (server *serv, char *fmt, ...)
|
||||
tcp_sendf (server *serv, const char *fmt, ...)
|
||||
{
|
||||
va_list args;
|
||||
/* keep this buffer in BSS. Converting UTF-8 to ISO-8859-x might make the
|
||||
|
||||
Reference in New Issue
Block a user