summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine/xine.c')
-rw-r--r--src/xine-engine/xine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c
index ef88b6a31..aa17f4858 100644
--- a/src/xine-engine/xine.c
+++ b/src/xine-engine/xine.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine.c,v 1.108 2002/03/12 19:51:29 guenter Exp $
+ * $Id: xine.c,v 1.109 2002/03/14 13:57:15 miguelfreitas Exp $
*
* top-level xine functions
*
@@ -383,7 +383,7 @@ int xine_play (xine_t *this, char *mrl,
xine_set_speed_internal (this, SPEED_NORMAL);
/* osd */
- xine_internal_osd (this, ">", 0, 300000);
+ xine_internal_osd (this, ">", this->metronom->get_current_time (this->metronom), 300000);
}