1 Oct
2012
1 Oct
'12
12:31 p.m.
On Mon, Oct 1, 2012 at 12:37 AM, Dmitry Timoshkov <dmitry(a)baikal.ru> wrote:
Bruno Jesus <00cpxxx(a)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