aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.cpp
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-01-22 17:23:03 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-01-22 17:23:03 +0100
commit83a674f998012f616a3ed7e7b7043e498fd93e09 (patch)
treef74ea981d3711823793e15f90c6a046706992410 /lib/service/servicedvb.cpp
parentc169f2ae453239e79e1725b2256191e9c729a559 (diff)
downloadenigma2-83a674f998012f616a3ed7e7b7043e498fd93e09.tar.gz
enigma2-83a674f998012f616a3ed7e7b7043e498fd93e09.zip
another compile fix for bug #411
Diffstat (limited to 'lib/service/servicedvb.cpp')
-rw-r--r--lib/service/servicedvb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp
index 1df4e639..9f10644c 100644
--- a/lib/service/servicedvb.cpp
+++ b/lib/service/servicedvb.cpp
@@ -2089,12 +2089,12 @@ RESULT eDVBServicePlay::startTimeshift()
return 0;
}
-RESULT eDVBServicePlay::stopTimeshift(bool switchToLive)
+RESULT eDVBServicePlay::stopTimeshift(bool swToLive)
{
if (!m_timeshift_enabled)
return -1;
- if (switchToLive)
+ if (swToLive)
switchToLive();
m_timeshift_enabled = 0;