[ros-dev] [ros-diffs] [hbelusca] 57701: [CSRSRV] - Use a variable ServerDll instead of using each time CsrLoadedServerDll[i], as it is done in some other places. - Clean the code (remove extra-parentheses). - Zero-out t...

Alex Ionescu ionucu at videotron.ca
Wed Nov 14 04:33:32 UTC 2012


Would you mind not "cleaning up formatting" by going against our coding
style and doing the very thing I even taught you not to do during your
initial patches/code reviews?

Thanks.

Best regards,
Alex Ionescu


On Tue, Nov 13, 2012 at 1:08 PM, <hbelusca at svn.reactos.org> wrote:

> -        if ((ServerDll) && (ServerDll->HardErrorCallback))
> +        if (ServerDll && ServerDll->HardErrorCallback)
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.reactos.org/pipermail/ros-dev/attachments/20121113/cc60c1ea/attachment.html>


More information about the Ros-dev mailing list