Mike Hearn wrote:
On Mon, 26 Jul 2004 19:38:34 +0200, Jeroen Janssen wrote:
Yes, and I think you will want to have the length in characters when declaring a (C) array in the example code below:
Oops yes you are right (again), I was slipping back into the old delphi habits where sizeof() on an array returns the number of elements ...
Ah, well stuff like this happen to me also in a while :)
Besides, I just saw that when Alexandre comitted your patch, he already fixed this. See also http://cvs.winehq.org/patch.py?id=13055
I'm now just wondering if there is no +1 missing for the command string... --- Jeroen