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 90b3286d..fb4cce37 100644
--- a/playlist.c
+++ b/playlist.c
@@ -2711,7 +2711,7 @@ pl_format_time (float t, char *dur, int size) {
}
}
else {
- strcpy (dur, "-:--");
+ strcpy (dur, "∞");
}
}