- Fix to increase size of the buffer for the win_svc reportev log

function.
This commit is contained in:
W.C.A. Wijngaards
2026-04-17 11:05:31 +02:00
parent 99c61c19ac
commit 24d502763c
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ hdlr(DWORD ctrl)
static void
reportev(const char* str)
{
char b[256];
char b[512];
char e[256];
HANDLE* s;
LPCTSTR msg = b;