refs bug #460
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sat, 24 Jul 2010 10:33:58 +0000 (12:33 +0200)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sat, 24 Jul 2010 10:33:58 +0000 (12:33 +0200)
commitfcb00fd6aecf823bafd8455c921c5a4b23a96e95
treee65b9f0d19bae702ca2ee9d68d782c483186e62b
parent1d8bd795e00ace3dde10b2ad5986a0593bc2c234
refs bug #460
swap bflag and eflag (begin and end flag for timer sanity check)
old version: bflag = 1, eflag = -1
that lead to the sort function sorting timers with begin=end wrong:
self.nrep_eventlist.extend([(self.newtimer.begin,self.bflag,-1),(self.newtimer.end,self.eflag,-1)])
resulted in (end, eflag) before (begin, bflag) and in a conflict with zapping timers with end=begin (no end time)
lib/python/Components/TimerSanityCheck.py