summaryrefslogtreecommitdiff
path: root/dvbplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'dvbplayer.c')
-rw-r--r--dvbplayer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbplayer.c b/dvbplayer.c
index f18eb84e..3027e37d 100644
--- a/dvbplayer.c
+++ b/dvbplayer.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbplayer.c 1.2 2002/06/22 10:11:59 kls Exp $
+ * $Id: dvbplayer.c 1.3 2002/06/22 13:35:36 kls Exp $
*/
#include "dvbplayer.h"
@@ -644,7 +644,7 @@ bool cDvbPlayerControl::Start(const char *FileName)
{
delete player;
player = new cDvbPlayer(FileName);
- if (cDevice::PrimaryDevice()->Attach(player))
+ if (cDevice::PrimaryDevice()->AttachPlayer(player))
return true;
Stop();
return false;