From 8e1020d06712205a6215ed9e19f2d8d76ecb08f4 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 14 Nov 2005 11:20:10 +0000 Subject: [PATCH] add build date --- stepmania/src/archutils/Win32/Crash.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stepmania/src/archutils/Win32/Crash.cpp b/stepmania/src/archutils/Win32/Crash.cpp index b5554aaa9f..abdcab6678 100644 --- a/stepmania/src/archutils/Win32/Crash.cpp +++ b/stepmania/src/archutils/Win32/Crash.cpp @@ -33,6 +33,7 @@ static void DoSave(); extern HINSTANCE g_hInstance; extern unsigned long version_num; +extern const char *version_time; @@ -797,9 +798,9 @@ static void DoSave() return; Report(NULL, hFile, - "%s crash report (build %d)\r\n" + "%s crash report (build %d, %s)\r\n" "--------------------------------------" - "\r\n", PRODUCT_NAME_VER, version_num); + "\r\n", PRODUCT_NAME_VER, version_num, version_time); ReportReason( NULL, hFile, &g_CrashInfo ); Report(NULL, hFile, "");