diff options
author | Jochen Dolze <vdr@dolze.de> | 2012-12-23 14:45:15 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2012-12-23 14:45:15 +0100 |
commit | 00937c990fe7e7fc0f3418d44f8e89b433ff9738 (patch) | |
tree | 1502757de1140181f686a70add54180a33a8bf48 | |
parent | b17f51b60c5a0adde048f09fa0053c1607302461 (diff) | |
download | vdr-plugin-markad-00937c990fe7e7fc0f3418d44f8e89b433ff9738.tar.gz vdr-plugin-markad-00937c990fe7e7fc0f3418d44f8e89b433ff9738.tar.bz2 |
Fixed bug in status.cpp
-rw-r--r-- | plugin/status.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/status.cpp b/plugin/status.cpp index 9bc7607..b219385 100644 --- a/plugin/status.cpp +++ b/plugin/status.cpp @@ -142,7 +142,7 @@ bool cStatusMarkAd::LogoExists(const cDevice *Device,const char *FileName) cTimer *timer=NULL; for (cTimer *Timer = Timers.First(); Timer; Timer=Timers.Next(Timer)) { -#if APIVERSNUM>=107220 +#if APIVERSNUM>=10722 if (Timer->Recording() && const_cast<cDevice *>(Device)->IsTunedToTransponder(Timer->Channel()) && (difftime(time(NULL),Timer->StartTime())<60)) { |