1
0
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:
Adam
2010-10-22 04:18:57 -04:00
parent 791c2b89a5
commit eb8f3a799c
11 changed files with 23 additions and 17 deletions
+2 -2
View File
@@ -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);