Hello,
in the process of writing a ReactOS quarterly Status Report, I need
every ReactOS Developer (with some exceptions to passive developers
too) to write me a private email, stating what they have been doing
recently, what they plan to do in near future (near future == 6
months), and what did you achieve from the last status report
(january 1st) -- I suppose this will be your favorite section,
because it actually gives every developer a chance to show his most
prominent work, and make others be proud of it.
These emails must be sent as soon as possible, but preferably not
later than Wednesday, 5th of July, 2006. If you are really late and
did not warn me, you risk not being included into this issue of
Status Report.
Thank you,
With the best regards,
Aleksey Bragin
ReactOS Project Coordinator
turner(a)svn.reactos.org wrote:
> + bc->raw_params = malloc(_tcslen(param));
> + _tcscpy(bc->raw_params,param);
Please check the docs, I don't have access to any at the moment, but if I
recall correctly both strlen and wcslen return the number of chars, not
including the '/0'.
This will therefore mean we miss off the '/0' for ASCII builds and only have
half the required space for unicode builds.
Ged.
Aleksey Bragin wrote:
>
> But it's a nice excuse to raise traffic in [ros-dev] !
> :-)
People love a good soap opera.
Although we're still no closer to solving the issue ;)
Ged.