mirror of
https://github.com/anope/anope.git
synced 2026-06-25 21:06:38 +02:00
Fixed some Windows problems
This commit is contained in:
+2
-2
@@ -46,8 +46,8 @@ void send_cmd(const Anope::string &source, const char *fmt, ...)
|
||||
}
|
||||
else
|
||||
{
|
||||
UplinkSock->Write("%s", buf);
|
||||
Log(LOG_RAWIO) << "Sent: "<< buf;
|
||||
UplinkSock->Write(buf);
|
||||
Log(LOG_RAWIO) << "Sent: " << buf;
|
||||
}
|
||||
|
||||
va_end(args);
|
||||
|
||||
Reference in New Issue
Block a user