summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xine_frontend_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_frontend_main.c b/xine_frontend_main.c
index 791a3274..2395f4df 100644
--- a/xine_frontend_main.c
+++ b/xine_frontend_main.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_frontend_main.c,v 1.46 2008-06-20 11:50:53 phintuka Exp $
+ * $Id: xine_frontend_main.c,v 1.47 2008-07-16 21:48:38 phintuka Exp $
*
*/
@@ -635,7 +635,7 @@ int main(int argc, char *argv[])
}
/* Connect to VDR xineliboutput server */
- if(!fe_xine_open(fe, mrl)) {
+ if(!fe->xine_open(fe, mrl)) {
/*print_xine_log(((fe_t *)fe)->xine);*/
if(!firsttry) {
PRINTF("Error opening %s\n", mrl);