ws2_32: Fix TRACE format in WS_getsockname (try 2)

Bruno Jesus 00cpxxx at gmail.com
Mon Oct 1 07:31:58 CDT 2012


On Mon, Oct 1, 2012 at 12:37 AM, Dmitry Timoshkov <dmitry at baikal.ru> wrote:
> Bruno Jesus <00cpxxx at gmail.com> wrote:
>
>> -    TRACE("socket: %04lx, ptr %p, len %8x\n", s, name, *namelen);
>> +    TRACE("socket: %04lx, ptr %p, len %08x\n", s, name, namelen?*namelen:0);
>
> Adding some spaces to make this slightly more readable wouldn't hurt IMHO.

I just copied the same solution from the other function. I will look
for all constructions like that and fix all of them a in next patch.

> Dmitry.

Best wishes,
Bruno



More information about the wine-devel mailing list