diff options
author | Shauren <shauren.trinity@gmail.com> | 2016-12-12 18:33:30 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-12-12 18:33:30 +0100 |
commit | 89320f2bc5742ca4702f3130ef2c78cac2304b8d (patch) | |
tree | 1f34f3920440e8a5680234596b533bf8f47f4990 | |
parent | b506908faf832ac6341b738ebbd0e1aed786a564 (diff) |
Dep/CascLib: Update to ladislav-zezula/CascLib@8f606d1ae0e01338f80e108b8d1b41912d4a3d2f
Closes #18420
-rw-r--r-- | dep/CascLib/src/CascFiles.cpp | 3 | ||||
-rw-r--r-- | dep/PackageList.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/dep/CascLib/src/CascFiles.cpp b/dep/CascLib/src/CascFiles.cpp index 8c869148d6a..bb207c8f858 100644 --- a/dep/CascLib/src/CascFiles.cpp +++ b/dep/CascLib/src/CascFiles.cpp @@ -582,6 +582,9 @@ static int ParseFile_BuildInfo(TCascStorage * hs, void * pvListFile) FreeCascBlob(&CdnHost); FreeCascBlob(&CdnPath); FreeCascBlob(&TagString); + + // Rewind column names pointer back to start of line + szLinePtr1 = szLineEnd1 - nLength1; } // All four must be present diff --git a/dep/PackageList.txt b/dep/PackageList.txt index 44b71e6027b..574c27d2042 100644 --- a/dep/PackageList.txt +++ b/dep/PackageList.txt @@ -58,7 +58,7 @@ recastnavigation (Recast is state of the art navigation mesh construction toolse CascLib (An open-source implementation of library for reading CASC storage from Blizzard games since 2014) https://github.com/ladislav-zezula/CascLib - Version: e2fc95cdb15d03eb1e4c86b1161df82d5b92eff9 + Version: 8f606d1ae0e01338f80e108b8d1b41912d4a3d2f rapidjson (A fast JSON parser/generator for C++ with both SAX/DOM style API http://rapidjson.org/) https://github.com/miloyip/rapidjson |