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

@@ -63,7 +63,7 @@ public:
/** Buffer for the generated crash log */
char crashlog[65536];
char crashlog[65536 * 4];
/** Buffer for the filename of the crash log */
char crashlog_filename[MAX_PATH];
/** Buffer for the filename of the crash dump */