Update of /cvsroot/xine/xine-lib/src/libsputext
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25254/src/libsputext

Modified Files:
        xine_decoder.c 
Log Message:
Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").

Index: xine_decoder.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/libsputext/xine_decoder.c,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- xine_decoder.c      19 Dec 2006 19:10:51 -0000      1.97
+++ xine_decoder.c      20 Feb 2007 00:34:57 -0000      1.98
@@ -591,7 +591,7 @@
   
   this->renderer->hide (this->osd, sub_end);
   
-  lprintf ("scheduling subtitle >%s< at %lld until %lld, current time is 
%lld\n",
+  lprintf ("scheduling subtitle >%s< at %"PRId64" until %"PRId64", current 
time is %"PRId64"\n",
           this->text[0], sub_start, sub_end, 
           this->stream->xine->clock->get_current_time 
(this->stream->xine->clock));
 }


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to