wmc: inputbuffer is a WCHAR array.

This commit is contained in:
Marcus Meissner 2007-02-08 16:41:22 +01:00 committed by Alexandre Julliard
parent c8bcbdb90d
commit c053bdb54a
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}