X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/c9467b7a34160c4e25580a2dc82087c5ae0bb2d0..c3feb35be30a8018ae00b08baeaf60060f99c1b2:/server/choose.c diff --git a/server/choose.c b/server/choose.c index 10ed360..7347fb1 100644 --- a/server/choose.c +++ b/server/choose.c @@ -92,7 +92,7 @@ static unsigned long compute_weight(const char *track, struct kvp *prefs) { const char *s; char **track_tags; - time_t last, now = time(0); + time_t last, now = xtime(0); /* Reject tracks not in any collection (race between edit config and * rescan) */ @@ -301,7 +301,7 @@ int main(int argc, char **argv) { } trackdb_commit_transaction(global_tid); trackdb_close(); - trackdb_deinit(); + trackdb_deinit(NULL); D(("ntracks=%ld total_weight=%lld", ntracks, total_weight)); if(!total_weight) fatal(0, "no tracks match random choice criteria");