summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/playlist.c b/playlist.c
index f83cc480..5acbf680 100644
--- a/playlist.c
+++ b/playlist.c
@@ -2916,7 +2916,7 @@ pl_format_time (float t, char *dur, int size) {
}
}
else {
- strcpy (dur, "-:--");
+ strcpy (dur, "∞");
}
}