From 81a3b0255bbf74bd6d6fe17cef394a4d4f338b09 Mon Sep 17 00:00:00 2001 From: horchi Date: Fri, 16 Feb 2018 08:04:37 +0100 Subject: 2018-02-13 version 1.1.84 (horchi)\n - added: Timer 'type' to timers menu\n\n --- timer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'timer.c') diff --git a/timer.c b/timer.c index 07feffb..0bdc2b3 100644 --- a/timer.c +++ b/timer.c @@ -595,7 +595,7 @@ int cUpdate::updateTimerTable() continue; // count my timers to detect truncated (epmty) table - // on empty table ignore known timer ids + // -> on empty table ignore known timer ids cnt++; @@ -613,8 +613,8 @@ int cUpdate::updateTimerTable() // compare by start-time and channelid - if (t->StartTime() == timerDb->getIntValue("StartTime") && - strcmp(t->Channel()->GetChannelID().ToString(), timerDb->getStrValue("ChannelId")) == 0) + if (t->StartTime() == timerDb->getIntValue("STARTTIME") && + strcmp(t->Channel()->GetChannelID().ToString(), timerDb->getStrValue("CHANNELID")) == 0) { exist = yes; break; -- cgit v1.2.3