diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-01-22 17:23:03 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-01-22 17:23:36 +0100 |
| commit | 7c75162a934f5cb088801396f2b3129d74a119e6 (patch) | |
| tree | 1ccd003e499371ef3ae6c151f6cbe7b0f7974059 /lib/service/servicedvb.cpp | |
| parent | 2ca3e0c2f189c3b2ee885911d03f6947ac152254 (diff) | |
| download | enigma2-7c75162a934f5cb088801396f2b3129d74a119e6.tar.gz enigma2-7c75162a934f5cb088801396f2b3129d74a119e6.zip | |
another compile fix for bug #411
Diffstat (limited to 'lib/service/servicedvb.cpp')
| -rw-r--r-- | lib/service/servicedvb.cpp | 4 |
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; |
