vere: changed to use u3_king_bail instead of manual term clean up

This commit is contained in:
Bradley 2022-07-29 10:54:12 -05:00
parent 6d0bdc06dd
commit 2b99eb2cac

View File

@ -577,10 +577,7 @@ _boothack_doom(void)
if ( u3_nul == whu ) {
u3l_log("boot: malformed -F ship %s\r\n", u3_Host.ops_u.fak_c);
u3_term_log_exit();
fflush(stdout);
u3_king_bail();
exit(1);
}