undo last

This commit is contained in:
Chris Danford
2005-11-22 22:50:06 +00:00
parent 7c15231da3
commit c315c50a24
+2 -2
View File
@@ -798,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, "");