[Top][All Lists]
[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
- Question on How the Checksum is Computed, please help!, marjon, 2002/05/02
- Re: Question on How the Checksum is Computed, please help!, C. Kemp, 2002/05/02
- Re: Question on How the Checksum is Computed, please help!, marjon, 2002/05/02
- Re: Question on How the Checksum is Computed, please help!, Pawel Kot, 2002/05/02
- Re: Question on How the Checksum is Computed, please help!, marjonz, 2002/05/02
- Re: Question on How the Checksum is Computed, please help!, BORBELY Zoltan, 2002/05/02
- Re: Question on How the Checksum is Computed, please help!,
Christopher Kemp <=