Commit c053bdb5 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

wmc: inputbuffer is a WCHAR array.

parent c8bcbdb9
......@@ -187,7 +187,7 @@ static int fill_inputbuffer(void)
if(!inputbuffer)
{
inputbuffer = xmalloc(INPUTBUFFER_SIZE);
inputbuffer = xmalloc(INPUTBUFFER_SIZE*sizeof(WCHAR));
xlatebuffer = xmalloc(INPUTBUFFER_SIZE);
}
......
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