Update submodules

This commit is contained in:
Phillip Stephens 2018-02-15 17:10:44 -08:00
parent 58c2b2e82d
commit 320a6af1c6
3 changed files with 3 additions and 3 deletions

2
hecl

@ -1 +1 @@
Subproject commit 9b3bac4b58477d7da8c77ed65233b0c1b44515ae
Subproject commit 58ade41fd29dab8b10bd7703c5084ba63275c9ed

View File

@ -41,7 +41,7 @@ int main(int argc, char* argv[])
atUint8* data = in.data();
atUint32 newCkSum = athena::Checksums::crc32(data + 68, 8188, 0);
atUint32 newCkSum = athena::Checksums::crc32(data + 68, 8188, ~0, 0);
*(atUint32*)(data + 64) = SBIG(newCkSum);
out->writeBytes(data, 8256);

@ -1 +1 @@
Subproject commit 5c6e64c53f831b405e23dc2a105a16259dc5a076
Subproject commit f1d71e3e86f241ebd959b0a4e07f77913b34be63