From b7399ca003a869b7531bccf2d43c5b2ff9e97f09 Mon Sep 17 00:00:00 2001 From: ndeadly <24677491+ndeadly@users.noreply.github.com> Date: Sat, 4 Nov 2023 17:20:39 +0100 Subject: [PATCH] mc.mitm: double size of build string data type --- mc_mitm/source/mc/mc_types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mc_mitm/source/mc/mc_types.hpp b/mc_mitm/source/mc/mc_types.hpp index 82bac7e..8232090 100644 --- a/mc_mitm/source/mc/mc_types.hpp +++ b/mc_mitm/source/mc/mc_types.hpp @@ -18,7 +18,7 @@ namespace ams::mc { struct VersionString { - char version[32]; + char version[64]; }; struct DateString {