Skip to content

Commit

Permalink
try to fix ancient Crc code for x64
Browse files Browse the repository at this point in the history
  • Loading branch information
rittwage committed Aug 11, 2010
1 parent 11ac4ea commit 955796b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crc.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ crc
crcSlow(unsigned char const message[], int nBytes)
{
crc remainder = INITIAL_REMAINDER;
unsigned char byte;
signed long int byte;
unsigned char bit;


Expand Down

0 comments on commit 955796b

Please sign in to comment.