aboutsummaryrefslogtreecommitdiff
path: root/src/common/DataStores/DB2FileLoader.cpp
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2018-02-28 23:18:41 +0100
committerShauren <shauren.trinity@gmail.com>2018-02-28 23:18:41 +0100
commit31f6ba5a92b0f88f328e0e6adcf33bd4820599c2 (patch)
treec78eacfef0e897a285561f24213bfa531a6d48a8 /src/common/DataStores/DB2FileLoader.cpp
parent9c417089e32e61c01b3b2b3da91e8cf262309b97 (diff)
Core: Updated allowed build to 7.3.5.26124
Diffstat (limited to 'src/common/DataStores/DB2FileLoader.cpp')
-rw-r--r--src/common/DataStores/DB2FileLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/DataStores/DB2FileLoader.cpp b/src/common/DataStores/DB2FileLoader.cpp
index f0c1e0a6a01..2d164a1e985 100644
--- a/src/common/DataStores/DB2FileLoader.cpp
+++ b/src/common/DataStores/DB2FileLoader.cpp
@@ -1402,7 +1402,7 @@ bool DB2FileLoader::Load(DB2FileSource* source, DB2FileLoadInfo const* loadInfo)
EndianConvert(_header.PalletDataSize);
EndianConvert(_header.ParentLookupDataSize);
- if (_header.Signature != 0x31434457) //'WCH1'
+ if (_header.Signature != 0x31434457) //'WDC1'
return false;
if (_header.LayoutHash != loadInfo->Meta->LayoutHash)