From fc684a13ab260ef76079872132b127b6f0a0dd08 Mon Sep 17 00:00:00 2001 From: sh95014 <95387068+sh95014@users.noreply.github.com> Date: Tue, 13 Jun 2023 12:44:30 -0700 Subject: [PATCH] :( See https://github.com/sh95014/AppleWin/issues/3 --- source/frontends/mariani/MarianiFrame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/frontends/mariani/MarianiFrame.h b/source/frontends/mariani/MarianiFrame.h index a48fb292b..6dd51340e 100644 --- a/source/frontends/mariani/MarianiFrame.h +++ b/source/frontends/mariani/MarianiFrame.h @@ -40,7 +40,7 @@ namespace mariani private: // FIXME: without this hack the app crashes randomly elsewhere - unsigned char padding[256]; + unsigned char padding[1024]; }; }