summaryrefslogtreecommitdiffstats
path: root/maccaml/errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'maccaml/errors.c')
-rw-r--r--maccaml/errors.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/maccaml/errors.c b/maccaml/errors.c
index 443eb4757..7545c0acd 100644
--- a/maccaml/errors.c
+++ b/maccaml/errors.c
@@ -27,7 +27,8 @@ void assert_failure (char *condition, char *file, int line)
InitCursor ();
modalkeys = kKeysOK;
StopAlert (kAlertBug, myModalFilterUPP);
- ExitApplication ();
+ quit_requested = 1;
+ exit (0);
}
void XXX (void)