Update DriverAssistLog.cpp

This commit is contained in:
DavidXanatos 2022-09-07 19:44:22 +02:00
parent bf82b7844b
commit 0df5a8f821
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ void DriverAssist::LogMessage_Single(ULONG code, wchar_t* data, ULONG pid)
LMEM_FIXED, (wcslen(text) + UNLEN + DNLEN + 10) * sizeof(WCHAR));
if (text2) {
wsprintf(text2, L"%s (%s/%s)", text, user, domain);
wsprintf(text2, L"%s (%s\%s)", text, user, domain);
LocalFree(text);
text = text2;