[MPlayer-cvslog] CVS: main mplayer.c,1.930,1.931
Reynaldo H. Verdejo Pinochet
reynaldo at opendot.cl
Sat Apr 22 09:12:01 CEST 2006
On Wed, Apr 19, 2006 at 11:06:14PM +0200, Reimar D�ffinger CVS wrote:
> CVS change done by Reimar Döffinger CVS
>
> Update of /cvsroot/mplayer/main
> In directory mail:/var2/tmp/cvs-serv17752
>
> Modified Files:
> mplayer.c
> Log Message:
> add a newline before the "Playing"... line
>
>
> Index: mplayer.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/mplayer.c,v
> retrieving revision 1.930
> retrieving revision 1.931
> diff -u -r1.930 -r1.931
> --- mplayer.c 17 Apr 2006 16:31:42 -0000 1.930
> +++ mplayer.c 19 Apr 2006 21:06:11 -0000 1.931
> @@ -2213,7 +2213,7 @@
> #ifdef HAVE_SSE2
> mp_msg(MSGT_CPLAYER,MSGL_INFO," SSE2");
> #endif
> - mp_msg(MSGT_CPLAYER,MSGL_INFO,"\n\n");
> + mp_msg(MSGT_CPLAYER,MSGL_INFO,"\n");
there are lots of mp_msg used for printing single/double new lines,
wouldnt it be good to have a global define for them ?
Best regards
Reynaldo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/attachments/20060422/faa4bdb9/attachment.pgp>
More information about the MPlayer-cvslog
mailing list