Hi Dave,
> There's a minor bug in crc32.c, which is linked to from this page:
>
> http://docwiki.gumstix.com/Calculating_32_bit_CRCs
>
> Line 82 currently reads:
>
> fprintf( stderr, "Unable to open '%s' for reading\n" );
>
> Change this to:
>
> fprintf( stderr, "Unable to open '%s' for reading\n", fileName );
Thanks - I've checked in a new version. It should now incorporate the change.
--
Dave Hylands
Vancouver, BC, Canada
http://www.DaveHylands.com/
|