wmc: inputbuffer is a WCHAR array.
This commit is contained in:
parent
c8bcbdb90d
commit
c053bdb54a
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue