Hi!
I've been playing around with the CRC32 code in the source code
library. Most of the time the value that gets returned from
the code is an 8 digit hex number. Once in a while it comes
back with a 7 digit hex number. Now, this doesn't happen with
the same file of course, but I ran it against approximately 150
different files and 5 of them came back with a 7 digit CRC. I
was hoping that it would always come back with a fixed length
CRC. Is there any way to acheive this? Could this source code
ever have a return value that is less than 7 digits long or
more than 8 digits long? Thanks in advance!
Scott
I've been playing around with the CRC32 code in the source code
library. Most of the time the value that gets returned from
the code is an 8 digit hex number. Once in a while it comes
back with a 7 digit hex number. Now, this doesn't happen with
the same file of course, but I ran it against approximately 150
different files and 5 of them came back with a 7 digit CRC. I
was hoping that it would always come back with a fixed length
CRC. Is there any way to acheive this? Could this source code
ever have a return value that is less than 7 digits long or
more than 8 digits long? Thanks in advance!
Scott
Comment