From af3677104e5bf03f87d0fd25c4d2dbef61390af4 Mon Sep 17 00:00:00 2001 From: Toofy Date: Fri, 10 Feb 2023 20:56:05 +0000 Subject: [PATCH] Updated eventitem struct with second padding to be a uint --- deps/datReader/Exd/Structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/datReader/Exd/Structs.h b/deps/datReader/Exd/Structs.h index 6f3e9a12..56b7b1e7 100644 --- a/deps/datReader/Exd/Structs.h +++ b/deps/datReader/Exd/Structs.h @@ -498,7 +498,7 @@ namespace Excel uint8_t CastTime; uint8_t CastTimeLine; uint8_t Timeline; - int8_t padding1[3]; + uint8_t padding1[3]; }; struct EventItemCastTimeLine