Bruno Jesus 00cpxxx@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.
On Mon, Oct 1, 2012 at 12:37 AM, Dmitry Timoshkov dmitry@baikal.ru wrote:
Bruno Jesus 00cpxxx@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