From 31f6ba5a92b0f88f328e0e6adcf33bd4820599c2 Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 28 Feb 2018 23:18:41 +0100 Subject: Core: Updated allowed build to 7.3.5.26124 --- src/common/DataStores/DB2FileLoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/DataStores/DB2FileLoader.cpp') 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) -- cgit v1.2.3