From 50da0b3061e54f743e6199808182d262247d3af6 Mon Sep 17 00:00:00 2001 From: waker Date: Sun, 22 May 2011 15:57:53 +0200 Subject: set infinity sign instead of -:-- in :DURATION property --- playlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playlist.c') diff --git a/playlist.c b/playlist.c index fe0414df..6b148872 100644 --- a/playlist.c +++ b/playlist.c @@ -2872,7 +2872,7 @@ pl_format_time (float t, char *dur, int size) { } } else { - strcpy (dur, "-:--"); + strcpy (dur, "∞"); } } -- cgit v1.2.3