Update DriverAssistLog.cpp

This commit is contained in:
isaak654 2022-09-07 20:15:58 +02:00
parent 09bd07fe4a
commit ef57e4b158
No known key found for this signature in database
GPG Key ID: 59D402040437EC44
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)); LMEM_FIXED, (wcslen(text) + UNLEN + DNLEN + 10) * sizeof(WCHAR));
if (text2) { if (text2) {
wsprintf(text2, L"%s (%s\\%s)", text, user, domain); wsprintf(text2, L"%s (%s\\%s)", text, domain, user);
LocalFree(text); LocalFree(text);
text = text2; text = text2;