diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-10-21 08:14:02 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-10-21 08:14:02 +0000 |
| commit | 7f589b657d12176bdf16ed6720964681dcc27b4a (patch) | |
| tree | 6125671f69213002ab4c444cf70761202b8670f0 /lib/python/Components | |
| parent | 102039a66da3684b4983bef947c36c98013b2d85 (diff) | |
| download | enigma2-7f589b657d12176bdf16ed6720964681dcc27b4a.tar.gz enigma2-7f589b657d12176bdf16ed6720964681dcc27b4a.zip | |
small fix (unused code yet)
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/TimerSanityCheck.py | 2 |
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: |
