[pvr] fix: wrong condition in PVRManager::IsIdle (Ticket #14630)
authorxhaggi <sascha.woo@gmail.com>
Sat, 15 Feb 2014 11:09:06 +0000 (12:09 +0100)
committerxhaggi <sascha.woo@gmail.com>
Tue, 18 Feb 2014 10:32:39 +0000 (11:32 +0100)
commit0ca89425f95fba3c916fa3f90e277d4bcaf52f83
tree34604d5dc9cb39914a70af3637dff172202c7473
parent18cebf09623f8beb540eb7b27dbe5aa4a7882184
[pvr] fix: wrong condition in PVRManager::IsIdle (Ticket #14630)

IsIdle() returns the wrong state (true) if delta between next timer and
now is equal to the backend idle time setting. In this condition XBMC
shuts down with a wrong wakeup time for the next timer.
xbmc/pvr/PVRManager.cpp