From 489cb4dbf597818ea2dc463961cc86e7c1261412 Mon Sep 17 00:00:00 2001 From: Forkk Date: Fri, 9 May 2014 18:21:15 -0500 Subject: [PATCH] Change dump file extension --- UnixCrash.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UnixCrash.cpp b/UnixCrash.cpp index 8b5a9868..151c0ef3 100644 --- a/UnixCrash.cpp +++ b/UnixCrash.cpp @@ -20,10 +20,10 @@ #define BT_SIZE 20 -#define DUMPF_NAME_FMT "mmc-crash-%X.dump\0" -// 1234567890 123456 +#define DUMPF_NAME_FMT "mmc-crash-%X.bm\0" // Black magic? Bowel movement? Dump? +// 1234567890 1234 // The maximum number of digits in a unix timestamp when encoded in hexadecimal is about 17. -// Our format string is ~16 characters long. +// Our format string is ~14 characters long. // The maximum length of the dump file's filename should be well over both of these. 42 is a good number. #define DUMPF_NAME_LEN 42