Skip to content
Snippets Groups Projects
Commit 4851141a authored by deuce's avatar deuce
Browse files

Sleep after NOT updating the screen, not after updating it.

parent 11a0f77d
Branches
Tags
No related merge requests found
......@@ -910,7 +910,7 @@ BOOL doterm(struct bbslist *bbs)
}
}
}
if(updated)
if(!updated)
SLEEP(1);
else
MAYBE_YIELD();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment