X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/f0c20432f8c9dffd049c785f21cc85d98ff628fd..86e3aea7faeeed443729e174fc1339f08b72086a:/server/rescan.c diff --git a/server/rescan.c b/server/rescan.c index b878929..dab56df 100644 --- a/server/rescan.c +++ b/server/rescan.c @@ -47,6 +47,7 @@ #include "wstat.h" #include "kvp.h" #include "printf.h" +#include "rights.h" #include "trackdb.h" #include "trackdb-int.h" #include "trackname.h" @@ -84,7 +85,7 @@ static void help(void) { /* display version number and terminate */ static void version(void) { - xprintf("disorder-rescan version %s\n", disorder_version_string); + xprintf("%s", disorder_version_string); xfclose(stdout); exit(0); }