mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
Fix dumping of Unicode strings.
This commit is contained in:
parent
c286ca06a0
commit
9f9462a1c9
@ -374,7 +374,7 @@ int DEBUG_PrintStringA(const DBG_ADDR* address, int len)
|
||||
|
||||
int DEBUG_PrintStringW(const DBG_ADDR* address, int len)
|
||||
{
|
||||
char* lin = (void*)DEBUG_ToLinear(address);
|
||||
WCHAR* lin = (void*)DEBUG_ToLinear(address);
|
||||
WCHAR ch[CHARBUFSIZE+1];
|
||||
int written = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user