X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/b88fd7912fc173b50b4638fb1e25155999568990..4942ee7d61bf22ba38bf026c7d05028cb7db0d54:/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);