mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-22 04:13:07 +00:00
mc.mitm: double size of build string data type
This commit is contained in:
parent
958616c953
commit
b7399ca003
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
namespace ams::mc {
|
namespace ams::mc {
|
||||||
|
|
||||||
struct VersionString {
|
struct VersionString {
|
||||||
char version[32];
|
char version[64];
|
||||||
};
|
};
|
||||||
|
|
||||||
struct DateString {
|
struct DateString {
|
||||||
|
|
Loading…
Reference in a new issue