X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FTimerSanityCheck.py;h=e793cdcd4aa5533cd5307668d243b2a55895a784;hp=f94b56a638d8d268961ecf646fcbb2aaa3ce2fd6;hb=7f589b657d12176bdf16ed6720964681dcc27b4a;hpb=102039a66da3684b4983bef947c36c98013b2d85 diff --git a/lib/python/Components/TimerSanityCheck.py b/lib/python/Components/TimerSanityCheck.py index f94b56a..e793cdc 100644 --- a/lib/python/Components/TimerSanityCheck.py +++ b/lib/python/Components/TimerSanityCheck.py @@ -156,7 +156,7 @@ class TimerSanityCheck: idx = 0 overlaplist = [] for event in self.nrep_eventlist: - cnt -= event[1] + cnt += event[1] if event[2] == -1: # new timer timer = self.newtimer else: