This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ntohl returns negative on Windows XP


Dave,

Was snprintf not printf, but same problem. Thanks - much appreciated.

----- Original Message ----
From: Dave Korn <dave.korn@artimi.com>
To: cygwin@cygwin.com
Sent: Sunday, October 1, 2006 7:36:28 PM
Subject: RE: ntohl returns negative on Windows XP


On 02 October 2006 03:28, Mark Seery wrote:

> ntohl is returning 0xFE725D7B as a negative number (-26059397).
> Is this the correct beavior. Should be: 4268907899?
> 
> variables being used are declared as unsigned int.

  Show us the code.  Probably you forgot the 'u' off the printf %-specifier.

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]