2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 07:11:32 +00:00

One bit of an ASCII character can make a big difference.

This commit is contained in:
Michael Brown 2006-05-29 21:00:00 +00:00
parent 1db1a6dad3
commit 552b4a178e

View File

@ -107,7 +107,7 @@ static void retry_step ( struct process *process ) {
unsigned long now = currticks();
list_for_each_entry_safe ( timer, tmp, &timers, list ) {
if ( timer->expiry >= now ) {
if ( timer->expiry <= now ) {
timer->retries++;
reload_timer ( timer );
timer->expired ( timer );