diff options
author | Ladislav Zezula <ladislav.zezula@avg.com> | 2014-08-27 14:00:15 +0200 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avg.com> | 2014-08-27 14:00:15 +0200 |
commit | d740634db4313d7adde780fbd3daae2bb9b9d520 (patch) | |
tree | 6bc23cf6a35a60b76d5d60050d1286e394661cbf /src/SFileAttributes.cpp | |
parent | d0e8db518d33913c54b96886808bcf2c1dd683e9 (diff) |
+ Added support for signing MPQ archive (weak signature).v9.10
+ Added test cases for signature support
+ Release 9.10
Diffstat (limited to 'src/SFileAttributes.cpp')
-rw-r--r-- | src/SFileAttributes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SFileAttributes.cpp b/src/SFileAttributes.cpp index 479363d..0278426 100644 --- a/src/SFileAttributes.cpp +++ b/src/SFileAttributes.cpp @@ -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; |