gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question on How the Checksum is Computed, please help!


From: Christopher Kemp
Subject: Re: Question on How the Checksum is Computed, please help!
Date: Thu, 2 May 2002 17:03:55 +0100

On 2002.05.02 16:37 BORBELY Zoltan wrote:
> Hi,
> 
> On Thu, May 02, 2002 at 10:23:31PM +0800, address@hidden wrote:
> >     if (checksum[0] == checksum[1]) {
> > 
> > I don't get the fact that checksum[0] will always be equal 
> > to checksum[1].
> 
> IMHO it's a little sloppy, but it works. The correct version is:
>     if (checksum[0] == 0 && checksum[1] == 0) {

Yes, I agree - we should change this....  

</me going off to sort out cvs access>

Chris


reply via email to

[Prev in Thread] Current Thread [Next in Thread]