chiark / gitweb /
'api' configuration command now uses uaudio. The list of APIs is only
[disorder] / lib / uaudio-command.c
index b9a1abb74a54075bb1d0ecbbddb0c497bd69d49a..012185aa794a7fc458fbd00e0e457aaf3049f016 100644 (file)
@@ -69,7 +69,7 @@ static void command_open(void) {
   int pfd[2];
   const char *command;
 
-  if(!(command = uaudio_get("command")))
+  if(!(command = uaudio_get("command", NULL)))
     fatal(0, "'command' not set");
   xpipe(pfd);
   command_pid = xfork();