From 436b928915f56a8bc56fc7065800fad7e474e158 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Thu, 21 Jun 2001 17:34:23 +0000 Subject: solaris and stability patches provided by Juergen Keil CVS patchset: 211 CVS date: 2001/06/21 17:34:23 --- src/xine-engine/xine.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/xine.c') diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index d2aef0dc4..eb08a1e7b 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.28 2001/06/18 15:43:01 richwareham Exp $ + * $Id: xine.c,v 1.29 2001/06/21 17:34:24 guenter Exp $ * * top-level xine functions * @@ -351,7 +351,7 @@ void xine_pause (xine_t *this) { pthread_mutex_unlock (&this->xine_lock); - printf ("pausing at %d\n", this->cur_input_pos); + printf ("pausing at %Ld\n", this->cur_input_pos); xine_stop (this); -- cgit v1.2.3