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]; }; }