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

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/liba52/xine_decoder.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- xine_decoder.c      10 Jul 2006 22:08:29 -0000      1.80
+++ xine_decoder.c      20 Feb 2007 00:34:57 -0000      1.81
@@ -425,7 +425,7 @@
   uint16_t          crc16;
   uint16_t          crc16_result;
 
-  lprintf ("decode data %d bytes of type %08x, pts=%lld\n",
+  lprintf ("decode data %d bytes of type %08x, pts=%"PRId64"\n",
           buf->size, buf->type, buf->pts);
   lprintf ("decode data decoder_info=%d, 
%d\n",buf->decoder_info[1],buf->decoder_info[2]);
 


-------------------------------------------------------------------------
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