summaryrefslogtreecommitdiff
path: root/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'timer.c')
-rw-r--r--timer.c6
1 files changed, 3 insertions, 3 deletions
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;