Skip to content
Snippets Groups Projects
Commit 932fae30 authored by rswindell's avatar rswindell
Browse files

Leave the console-abort status intact when returning from executing a Baja

module. This is a reversal of the revision 1.102 commit (Jan-2-2016), but only
for Baja (JS is left with the new behavior). As the commit message said
"We'll see", and what we saw was that the yesnobar.bin and noyesbar.bin
long-standing Baja modules no longer returned "No" when the user hit Ctrl-C.
So at least for now, we have different behavior with regards to the console
abort (ctrl-C) flag between JS and Baja. :-/
parent ef3c3246
No related branches found
No related tags found
No related merge requests found
......@@ -819,7 +819,7 @@ long sbbs_t::exec_bin(const char *cmdline, csi_t *csi, const char* startup_dir)
freevars(&bin);
free(bin.cs);
csi->logic=bin.logic;
sys_status &=~ SS_ABORT;
// sys_status &=~ SS_ABORT;
return(bin.retval);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment