From a3c6f8b99aa5579070288ee3544d7036d9b46a15 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Thu, 15 Feb 2018 09:23:32 -0800 Subject: [PATCH 1/2] Update submodules --- hecl | 2 +- kabufuda | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hecl b/hecl index d68747ea3..9b3bac4b5 160000 --- a/hecl +++ b/hecl @@ -1 +1 @@ -Subproject commit d68747ea3d343d6f82089abfd2bb99abead62f6a +Subproject commit 9b3bac4b58477d7da8c77ed65233b0c1b44515ae diff --git a/kabufuda b/kabufuda index a4045a776..0c012a377 160000 --- a/kabufuda +++ b/kabufuda @@ -1 +1 @@ -Subproject commit a4045a776484eebd21553bf9d713cbb51e9ea3b2 +Subproject commit 0c012a37767960fada314965d46f519825c8c96d From 320a6af1c6679aa008dda04ef7ac68f8ee109d2f Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Thu, 15 Feb 2018 17:10:44 -0800 Subject: [PATCH 2/2] Update submodules --- hecl | 2 +- mpcksum/main.cpp | 2 +- specter | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hecl b/hecl index 9b3bac4b5..58ade41fd 160000 --- a/hecl +++ b/hecl @@ -1 +1 @@ -Subproject commit 9b3bac4b58477d7da8c77ed65233b0c1b44515ae +Subproject commit 58ade41fd29dab8b10bd7703c5084ba63275c9ed diff --git a/mpcksum/main.cpp b/mpcksum/main.cpp index 9f5f607a1..8118ea8cf 100644 --- a/mpcksum/main.cpp +++ b/mpcksum/main.cpp @@ -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); diff --git a/specter b/specter index 5c6e64c53..f1d71e3e8 160000 --- a/specter +++ b/specter @@ -1 +1 @@ -Subproject commit 5c6e64c53f831b405e23dc2a105a16259dc5a076 +Subproject commit f1d71e3e86f241ebd959b0a4e07f77913b34be63