I'm creating a tar in cygwin using ordinary parameters (tar cf file.tar file1 file2 ..), and the following function is failing to match the checksums:
Code: Select all
bool CArchiveLoaderTAR::isALoadableFileFormat(io::IReadFile* file) const
...
return checksum1 == checksum || checksum2 == (s32)checksum;