fix more output truncation

This commit is contained in:
Glenn Maynard
2003-09-02 06:01:28 +00:00
parent 75cfaad0bf
commit 834195f462
+1 -2
View File
@@ -1191,8 +1191,7 @@ static void DoSave(const EXCEPTION_POINTERS *pExc)
Report(NULL, hFile, "");
// Dump thread stacks
const char *checkpoints = GetCheckpointLogs("\r\n");
Report(NULL, hFile, "%s", checkpoints );
WriteBuf( hFile, GetCheckpointLogs("\r\n") );
Report(NULL, hFile, "");
ReportCrashCallStack(NULL, hFile, pExc);