diff options
Diffstat (limited to 'src/dc.c')
-rw-r--r-- | src/dc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -697,7 +697,7 @@ int is_slot_early(event *ev, int flasher_pmt_id) t_slot /= n_slot; t_nearby /= n_nearby; - return t_slot < t_nearby + 10.0; + return t_slot < t_nearby - 10.0; } /* Returns 1 if the event is a flasher and 0 if it isn't. The definition of |