Skip to content
Snippets Groups Projects
Commit b55f8621 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix test in last commit

parent 366e662d
No related branches found
No related tags found
No related merge requests found
Pipeline #8856 passed
......@@ -1098,7 +1098,7 @@ bool sbbs_t::msgabort(bool clear)
void sbbs_t::clearabort()
{
if (sys_status | SS_ABORT) {
if (sys_status & SS_ABORT) {
term->lncntr = 0;
sys_status &= ~SS_ABORT;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment