On 01/03/2013 08:09 AM, Michael Blumenkrantz wrote:
> On Wed, 2 Jan 2013 19:05:54 -0200
> "Eduardo Lima (Etrunko)" <[email protected]> wrote:

>>> -               dns_header(P)->arcount = 
>>> htons(ntohs(dns_header(P)->arcount) + 1);
>>> +               count = ntohs(dns_header(P)->arcount) + 1;
>>> +               dns_header(P)->arcount = ntohs(dns_header(P)->arcount) + 1;
>>>
>>
>> This last one looks weird, is it really correct?
>
> no, it is not.

Thanks for catching this.  Will fix in SVN if somebody has not beat me 
to it.

Mike


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to