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

@@ -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 */