mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-01-16 13:20:32 +01:00
+ Added support for signing MPQ archive (weak signature).
+ Added test cases for signature support + Release 9.10
This commit is contained in:
@@ -368,7 +368,7 @@ int SAttrLoadAttributes(TMPQArchive * ha)
|
||||
// File table must be initialized
|
||||
assert(ha->pFileTable != NULL);
|
||||
|
||||
// Don't load the attributes file from malformer Warcraft III maps
|
||||
// Don't load the attributes file from malformed Warcraft III maps
|
||||
if(ha->dwFlags & MPQ_FLAG_MALFORMED)
|
||||
return ERROR_FILE_CORRUPT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user