diff --git a/bot/main.cpp b/bot/main.cpp index 6155cec..870df2c 100644 --- a/bot/main.cpp +++ b/bot/main.cpp @@ -57,7 +57,7 @@ void logprintf(char* format, ...) va_list ap; va_start(ap, format); - char buffer[2048]; + char buffer[2049]; vsprintf(buffer, format, ap); #ifdef WIN32