X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/22b9fa74de8e80471a5033ea067d3b360930b91d..b9bdafc753b1ceb42a9e84a8dc144d416cf732ea:/server/disorderd.c diff --git a/server/disorderd.c b/server/disorderd.c index f2ebb9a..125a005 100644 --- a/server/disorderd.c +++ b/server/disorderd.c @@ -19,6 +19,7 @@ */ #include +#include "types.h" #include #include @@ -190,7 +191,7 @@ static void fix_path(void) { if(!path) error(0, "PATH is not set at all!"); - if(*finkbindir) + if(*finkbindir && strcmp(finkbindir, "/")) /* We appear to be a finkized mac; include fink on the path in case the * tools we need are there. */ byte_xasprintf(&newpath, "PATH=%s:%s:%s:%s", @@ -288,7 +289,7 @@ int main(int argc, char **argv) { /* periodically tidy up the database */ dbgc_after(60); /* periodically check the volume */ - volumecheck_after(60); + volumecheck_again(0, 0, 0); /* set initial state */ add_random_track(); play(ev);