X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/812b526d127c6657e571db8b33a58137af6709cd..8cd7d4bca92b0db48af0db692b3394ffdb789025:/disobedience/queue-generic.c diff --git a/disobedience/queue-generic.c b/disobedience/queue-generic.c index 60ff794..f14f424 100644 --- a/disobedience/queue-generic.c +++ b/disobedience/queue-generic.c @@ -129,7 +129,7 @@ const char *column_length(const struct queue_entry *q, else { if(!last_playing) return NULL; - time(&now); + xtime(&now); l = playing_track->sofar + (now - last_playing); } byte_xasprintf(&played, "%ld:%02ld/%s", l / 60, l % 60, length);