Increase crashlog length limits

This commit is contained in:
Jonathan G Rennison
2017-09-04 00:56:57 +01:00
parent fd9a2e680c
commit 2f85326a4a
3 changed files with 3 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ public:
/** Generate the crash log. */
bool MakeCrashLog()
{
char buffer[65536];
char buffer[65536 * 4];
bool ret = true;
printf("Crash encountered, generating crash log...\n");