From 4a9410880c17d1f10f679bf84e5001890dfc5e41 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 27 Apr 2013 13:45:20 +0200 Subject: mplayer: put space before encoding part of status line Also, the trailing space isn't needed. --- core/mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/mplayer.c b/core/mplayer.c index d21634c526..5a9f45d280 100644 --- a/core/mplayer.c +++ b/core/mplayer.c @@ -1119,7 +1119,7 @@ static void print_status(struct MPContext *mpctx) position, get_current_time(mpctx) - startpos) >= 0) { // encoding stats - saddf(&line, "%s ", lavcbuf); + saddf(&line, " %s", lavcbuf); } else #endif { -- cgit v1.2.3