Marcus Meissner : wmc: inputbuffer is a WCHAR array.
9 Feb
2007
9 Feb
'07
2:22 p.m.
Module: wine Branch: master Commit: c053bdb54acaf2f7a068a0d3eefe009f8448d0ab URL: http://source.winehq.org/git/wine.git/?a=commit;h=c053bdb54acaf2f7a068a0d3ee... Author: Marcus Meissner <meissner(a)suse.de> Date: Thu Feb 8 16:41:22 2007 +0100 wmc: inputbuffer is a WCHAR array. --- tools/wmc/mcl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/wmc/mcl.c b/tools/wmc/mcl.c index 62cdf25..1c16fe3 100644 --- a/tools/wmc/mcl.c +++ b/tools/wmc/mcl.c @@ -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); }
6979
Age (days ago)
6979
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard