Merge pull request #5915 from bradley-ray/bug-vere-u3-term-log-exit

vere: clean up terminal on invalid fake ship name
This commit is contained in:
Joe Bryan 2022-07-29 12:40:56 -04:00 committed by GitHub
commit ac5842fd6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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