diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2025-12-09 23:44:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-09 13:44:27 -0800 |
| commit | cfded01caa7d70978e4d9e6806cd348755fc465a (patch) | |
| tree | 001badf61adf1242f3b8adcb28c9cb026ebfd4d9 /include/JSystem/JMessage/data.h | |
| parent | 2447d5a02a7b2dc1f4caa4a87b1bddb9fd70c2b5 (diff) | |
Match resource.cpp with a small fake match (#2936)
Diffstat (limited to 'include/JSystem/JMessage/data.h')
| -rw-r--r-- | include/JSystem/JMessage/data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/JMessage/data.h b/include/JSystem/JMessage/data.h index 0a83a90464..755dde8a64 100644 --- a/include/JSystem/JMessage/data.h +++ b/include/JSystem/JMessage/data.h @@ -20,7 +20,7 @@ struct data { u32* get_signature() const { return (u32*)(get() + 0x0); } u32 get_type() const { return *(u32*)(get() + 0x4); } u32 get_blockNumber() const { return *(u32*)(get() + 0xC); } - u8 get_encoding() const { return *(u8*)(get() + 0x10); } + u32 get_encoding() const { return *(u8*)(get() + 0x10); } }; // TParse_TBlock handles parsing the generic section header data |
