changeset 17384:95d02479f1d6

1l - one cast too many
author rathann
date Sat, 14 Jan 2006 04:09:48 +0000
parents b0b5eefdb952
children ea2574e3fd15
files libmpdemux/cache2.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/cache2.c	Sat Jan 14 02:26:19 2006 +0000
+++ b/libmpdemux/cache2.c	Sat Jan 14 04:09:48 2006 +0000
@@ -289,7 +289,7 @@
 #endif
     // wait until cache is filled at least prefill_init %
     mp_msg(MSGT_CACHE,MSGL_V,"CACHE_PRE_INIT: %"PRId64" [%"PRId64"] %"PRId64"  pre:%d  eof:%d  \n",
-	(int64_t)s->min_filepos,(int64_t)s->read_filepos,(int64_t)s->max_filepos,min,(int64_t)s->eof);
+	(int64_t)s->min_filepos,(int64_t)s->read_filepos,(int64_t)s->max_filepos,min,s->eof);
     while(s->read_filepos<s->min_filepos || s->max_filepos-s->read_filepos<min){
 	mp_msg(MSGT_CACHE,MSGL_STATUS,MSGTR_CacheFill,
 	    100.0*(float)(s->max_filepos-s->read_filepos)/(float)(s->buffer_size),