Update DriverAssistLog.cpp
This commit is contained in:
parent
09bd07fe4a
commit
ef57e4b158
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue