aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/TimerSanityCheck.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-21 08:14:02 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-21 08:14:02 +0000
commit7f589b657d12176bdf16ed6720964681dcc27b4a (patch)
tree6125671f69213002ab4c444cf70761202b8670f0 /lib/python/Components/TimerSanityCheck.py
parent102039a66da3684b4983bef947c36c98013b2d85 (diff)
downloadenigma2-7f589b657d12176bdf16ed6720964681dcc27b4a.tar.gz
enigma2-7f589b657d12176bdf16ed6720964681dcc27b4a.zip
small fix (unused code yet)
Diffstat (limited to 'lib/python/Components/TimerSanityCheck.py')
-rw-r--r--lib/python/Components/TimerSanityCheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/TimerSanityCheck.py b/lib/python/Components/TimerSanityCheck.py
index f94b56a6..e793cdcd 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: