[MPlayer-cvslog] CVS: main mplayer.c,1.875,1.876
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Wed Oct 12 22:40:08 CEST 2005
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv5340
Modified Files:
mplayer.c
Log Message:
Missing space in status line
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.875
retrieving revision 1.876
diff -u -r1.875 -r1.876
--- mplayer.c 12 Oct 2005 14:37:03 -0000 1.875
+++ mplayer.c 12 Oct 2005 20:40:05 -0000 1.876
@@ -901,7 +901,7 @@
sadd_hhmmssf(line, &pos, width, a_pos);
saddf(line, &pos, width, ") of %.1f (", len);
sadd_hhmmssf(line, &pos, width, len);
- saddf(line, &pos, width, ")");
+ saddf(line, &pos, width, ") ");
}
}
More information about the MPlayer-cvslog
mailing list