summaryrefslogtreecommitdiff
path: root/vdr-vdrmanager
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2012-05-09 21:49:15 +0200
committerlado <herrlado@gmail.com>2012-05-09 21:49:15 +0200
commit0404edc5bae55f74e6517fc3b67005a1d964547f (patch)
tree353d39c0e3283e6b6a0916d763cc8bae1c3c087c /vdr-vdrmanager
parente762d0ef720ad99d0bb1814e7ef26cb7610f8182 (diff)
downloadvdr-manager-0404edc5bae55f74e6517fc3b67005a1d964547f.tar.gz
vdr-manager-0404edc5bae55f74e6517fc3b67005a1d964547f.tar.bz2
macro bug fixed
Diffstat (limited to 'vdr-vdrmanager')
-rw-r--r--vdr-vdrmanager/helpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdr-vdrmanager/helpers.cpp b/vdr-vdrmanager/helpers.cpp
index 4a09ed7..de77b10 100644
--- a/vdr-vdrmanager/helpers.cpp
+++ b/vdr-vdrmanager/helpers.cpp
@@ -525,7 +525,7 @@ string cHelpers::ToText(cRecording * recording) {
if (info->Title()) {
result += MapSpecialChars(info->Title());
-#if APIVERSNUM > 10600
+#if APIVERSNUM >= 10705
} else if (event->Title()) {
result += MapSpecialChars(event->Title());
#endif