Mailing List Archive

Why ...
in packet.c:packet_read_poll(), stored_checksum is an unsigned int, but
GET_32BIT is returning an unsigned long ...

Or isn't it?


Marc G. Fournier marc.fournier@acadiau.ca
Senior Systems Administrator Acadia University

"These are my opinions, which are not necessarily shared by my employer"
Re: Why ... [ In reply to ]
On Tue, 4 Jan 2000, Marc G. Fournier wrote:

>
> in packet.c:packet_read_poll(), stored_checksum is an unsigned int, but
> GET_32BIT is returning an unsigned long ...
>
> Or isn't it?

Changing them to long made no difference ... first
'checksum/stored_checksum' comes in as equal, second set comes in as
!equal ... :(

Marc G. Fournier marc.fournier@acadiau.ca
Senior Systems Administrator Acadia University

"These are my opinions, which are not necessarily shared by my employer"