# HG changeset patch
# User Diego 'Flameeyes' Pettenò <[EMAIL PROTECTED]>
# Date 1181382575 -7200
# Node ID 7435a7f7aca78809a58c71a5859bf44b3a7cd7d1
# Parent aefe3b1d3fe359ce4d509861fe7e6deb96d25d99
Fix %d -> %zd for size_t parameter.
diff -r 7435a7f7aca78809a58c71a5859bf44b3a7cd7d1 -r
aefe3b1d3fe359ce4d509861fe7e6deb96d25d99 src/demuxers/demux_qt.c
--- a/src/demuxers/demux_qt.c Sat Jun 09 11:49:35 2007 +0200
+++ b/src/demuxers/demux_qt.c Sat Jun 09 11:48:53 2007 +0200
@@ -758,7 +758,7 @@ static char *parse_data_atom(unsigned ch
xine_fast_memcpy(alloc_str, &data_atom[16], alloc_size-1);
alloc_str[alloc_size-1] = '\0';
- debug_meta_load("demux_qt: got a string of size %d (%s)\n", alloc_size,
alloc_str);
+ debug_meta_load("demux_qt: got a string of size %zd (%s)\n", alloc_size,
alloc_str);
return alloc_str;
}
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog