From 4d2ba02c064dd7d09a15297c242b672b159f76e0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 11 Feb 2006 07:53:21 +0000 Subject: [PATCH] fixup --- stepmania/src/archutils/Win32/CrashHandlerChild.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/archutils/Win32/CrashHandlerChild.cpp b/stepmania/src/archutils/Win32/CrashHandlerChild.cpp index 6277169dda..fb7125fbc9 100644 --- a/stepmania/src/archutils/Win32/CrashHandlerChild.cpp +++ b/stepmania/src/archutils/Win32/CrashHandlerChild.cpp @@ -616,7 +616,7 @@ void ChildProcess() MakeCrashReport( Data, sCrashReport ); VDDebugInfoDeinit( &g_debugInfo ); - DoSave( Data ); + DoSave( sCrashReport ); /* Tell the crashing process that it can exit. Be sure to write crashinfo.txt first. */ int iCmd = 0;