[vlc-devel] commit: amd64 format fix ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Jul 5 20:25:02 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Jul 5 21:27:12 2008 +0300| [b32bc64891910085a05acd0fe51c3d5913c9ee80]
amd64 format fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b32bc64891910085a05acd0fe51c3d5913c9ee80
---
.../dynamicoverlay/dynamicoverlay_commands.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_filter/dynamicoverlay/dynamicoverlay_commands.c b/modules/video_filter/dynamicoverlay/dynamicoverlay_commands.c
index 78a735d..5ba4478 100644
--- a/modules/video_filter/dynamicoverlay/dynamicoverlay_commands.c
+++ b/modules/video_filter/dynamicoverlay/dynamicoverlay_commands.c
@@ -451,7 +451,7 @@ static int exec_DataSharedMem( filter_t *p_filter,
if( (size_t)p_params->i_width > i_size )
{
msg_Err( p_filter,
- "Insufficient data in shared memory. need %d, got %d",
+ "Insufficient data in shared memory. need %d, got %zu",
p_params->i_width, i_size );
return VLC_EGENERIC;
}
More information about the vlc-devel
mailing list