chiark / gitweb /
make sure disorder-normalize gets the right config file
authorrjk@greenend.org.uk <>
Sun, 30 Dec 2007 15:59:04 +0000 (15:59 +0000)
committerrjk@greenend.org.uk <>
Sun, 30 Dec 2007 15:59:04 +0000 (15:59 +0000)
server/play.c

index 7f863ce369aae7358712f40c29503757ce2340a4..fa46329fc63a5436073ff018e86b5a336a09b3d7 100644 (file)
@@ -427,6 +427,7 @@ static int start(ev_source *ev,
           * (but it should be for play_track() */
          execlp("disorder-normalize", "disorder-normalize",
                 log_default == &log_syslog ? "--syslog" : "--no-syslog",
+                "--config", configfile,
                 (char *)0);
          fatal(errno, "executing disorder-normalize");
          /* end of the innermost fork */