Quoting Esa Peuha (2016-05-06 18:39:11)
> Most changes in commit b04364b seem to be fine, but this one isn't:
> 
> @@ -405,7 +401,7 @@ run (const char *server, mach_port_t *ports, task_t *task)
>      }
> 
>    if (verbose)
> -    fprintf (stderr, "started %s\n", prog);
> +    fprintf (stderr, stderr, "started %s\n", prog);

Ewww :( fixed, thanks :)

Justus

Reply via email to