Aric Stewart wrote:
It should return number of copied bytes. But it always returns required buffer size to receive all information. (originally by Kusanagi Kouichi (slash@ma.neweb.ne.jp) )
dlls/imm32/imm.c | 207 ++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 130 insertions(+), 77 deletions(-)
Shouldn't patches like these be accompanied by tests? It changes the behavior after all.