[MPlayer-cvslog] r23999 - trunk/stream/tvi_v4l2.c
cehoyos
subversion at mplayerhq.hu
Fri Aug 3 12:57:49 CEST 2007
Author: cehoyos
Date: Fri Aug 3 12:57:49 2007
New Revision: 23999
Log:
Added missing newline.
Modified:
trunk/stream/tvi_v4l2.c
Modified: trunk/stream/tvi_v4l2.c
==============================================================================
--- trunk/stream/tvi_v4l2.c (original)
+++ trunk/stream/tvi_v4l2.c Fri Aug 3 12:57:49 2007
@@ -664,7 +664,7 @@ static void *vbi_grabber(void *data)
while (!priv->vbi_shutdown){
bytes=read(priv->vbi_fd,buf,tsp.bufsize);
if (bytes!=tsp.bufsize){
- mp_msg(MSGT_TV,MSGL_WARN,"vbi: expecting bytes: %d, got: %d",tsp.bufsize,bytes);
+ mp_msg(MSGT_TV,MSGL_WARN,"vbi: expecting bytes: %d, got: %d\n",tsp.bufsize,bytes);
break;
}
seq=*(int*)(buf+bytes-4);
More information about the MPlayer-cvslog
mailing list