From a55a61762e6ab36b771b68ecac957f73ca0d30d8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 17 Feb 2013 20:29:07 +0100 Subject: mplayer: print "Cache:" instead of "C:" on the status line Hasn't been done before because there wasn't enough space, but this changed recently. --- 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 779fe34d2f..febc9cfa05 100644 --- a/core/mplayer.c +++ b/core/mplayer.c @@ -1160,7 +1160,7 @@ static void print_status(struct MPContext *mpctx) int cache = mp_get_cache_percent(mpctx); if (cache >= 0) - saddf(&line, " C: %d%%", cache); + saddf(&line, " Cache: %d%%", cache); // end write_status_line(mpctx, line); -- cgit v1.2.3