diff libmpdemux/tvi_v4l.c @ 17366:934380353fd6

massive attack: mp_msg printf format fixes
author rathann
date Thu, 12 Jan 2006 20:04:36 +0000
parents 6ff3379a0862
children 8ceb31f028ee
line wrap: on
line diff
--- a/libmpdemux/tvi_v4l.c	Thu Jan 12 11:27:26 2006 +0000
+++ b/libmpdemux/tvi_v4l.c	Thu Jan 12 20:04:36 2006 +0000
@@ -437,7 +437,7 @@
     priv->audio_skew_buffer = NULL;
 
     priv->video_fd = open(priv->video_device, O_RDWR);
-    mp_msg(MSGT_TV, MSGL_DBG2, "Video fd: %d, %x\n", priv->video_fd,
+    mp_msg(MSGT_TV, MSGL_DBG2, "Video fd: %d, %p\n", priv->video_fd,
 	priv->video_device);
     if (priv->video_fd == -1)
     {