From 0ab44964235f426601ebdf1592a7d41e517c3203 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 21 Jun 2020 13:51:20 +0300 Subject: copypaste --- src/control/Script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control/Script.cpp b/src/control/Script.cpp index 4eb72915..98cd6369 100644 --- a/src/control/Script.cpp +++ b/src/control/Script.cpp @@ -1350,7 +1350,7 @@ static void PrintToLog(const char* format, ...) #ifdef _WIN32 vsprintf_s(tmp, 1024, format, va); #else - vsprintf(re3_buff, format, va); + vsprintf(tmp, format, va); #endif va_end(va); -- cgit v1.2.3