[MPlayer-cvslog] CVS: main mplayer.c,1.896,1.897

Oded Shimon CVS syncmail at mplayerhq.hu
Tue Dec 27 11:42:04 CET 2005


CVS change done by Oded Shimon CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv13075

Modified Files:
	mplayer.c 
Log Message:
Fix erase to end of line with windows, windows terminal does not support 
control codes.


Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.896
retrieving revision 1.897
diff -u -r1.896 -r1.897
--- mplayer.c	25 Dec 2005 19:22:47 -0000	1.896
+++ mplayer.c	27 Dec 2005 10:42:02 -0000	1.897
@@ -963,7 +963,7 @@
 
   // end
   line[pos] = 0;
-  mp_msg(MSGT_AVSYNC, MSGL_STATUS, "%s%s\r", line, erase_to_end_of_line);
+  mp_msg(MSGT_AVSYNC, MSGL_STATUS, "%s%s\r", erase_to_end_of_line, line);
   free(line);
 }
 




More information about the MPlayer-cvslog mailing list