chiark / gitweb /
server/schedule.c: Maintain separate variables for raw and resolved tracks. 5.2.x
authorMark Wooding <mdw@distorted.org.uk>
Tue, 5 May 2020 19:06:05 +0000 (20:06 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 5 May 2020 22:17:44 +0000 (23:17 +0100)
GCC 9 correctly points out that, if `trackdb_resolve' fails, we try to
print a null pointer in the error message, rather than the offending
track name.

Fix this by not reusing the same variable for two different jobs with
overlapping lifetimes.


No differences found