Merge branch 'crashlog_improvements' into jgrpp

This commit is contained in:
Jonathan G Rennison
2017-09-04 01:23:08 +01:00
68 changed files with 536 additions and 184 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");