Increased some arrays in plat_pause().
This commit is contained in:
@@ -326,7 +326,7 @@ void
|
|||||||
plat_pause(int p)
|
plat_pause(int p)
|
||||||
{
|
{
|
||||||
static wchar_t oldtitle[512];
|
static wchar_t oldtitle[512];
|
||||||
wchar_t title[512], paused_msg[64];
|
wchar_t title[1024], paused_msg[512];
|
||||||
|
|
||||||
if (p == dopause) {
|
if (p == dopause) {
|
||||||
#ifdef Q_OS_WINDOWS
|
#ifdef Q_OS_WINDOWS
|
||||||
|
Reference in New Issue
Block a user