Commit 9f9462a1 authored by Matt Chapman's avatar Matt Chapman Committed by Alexandre Julliard

Fix dumping of Unicode strings.

parent c286ca06
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment