s/theException/e/

This commit is contained in:
Steve Checkoway
2004-03-19 08:30:58 +00:00
parent 2311b8ccf9
commit c35f4b1c98
@@ -334,7 +334,7 @@ OSStatus CrashExceptionHandler( ExceptionInformation *e )
{
CrashData crash;
crash.type = CrashData::OSX_EXCEPTION;
crash.kind = theException->theKind;
crash.kind = e->theKind;
GetExceptionBacktraceContext( &crash.ctx, e );
RunCrashHandler( &crash );