From 8debce7eab1cfb7a145d592d757b75e7cac83610 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Fri, 4 Aug 2023 11:19:49 +0200 Subject: Fixed heap overflow in handling of file patch --- src/StormCommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/StormCommon.h') diff --git a/src/StormCommon.h b/src/StormCommon.h index 74b687e..34077fd 100644 --- a/src/StormCommon.h +++ b/src/StormCommon.h @@ -82,7 +82,7 @@ #endif //----------------------------------------------------------------------------- -// MTYPE definition - specifies what kind of MPQ is the map type +// MTYPE definition - specifies what kind of MPQ is the file typedef enum _MTYPE { -- cgit v1.2.3