On Mon, May 03, 2010 at 05:50:39PM +0100, Simon McVittie wrote:

> > The code in question:
> >
> >    jack_client_open_aux(client_name, (jack_options_t)options, NULL, NULL);
> 
> Instead of trying to fake up an empty va_list, why not call the varargs
> version, with only the argument terminator in its varargs?
> 
>     jack_client_open(client_name, (jack_options_t)options, NULL, NULL);

Absolutely. I've been blind. ;)


Thanks, this should work.

-- 
mail: a...@thur.de      http://adi.thur.de      PGP/GPG: key via keyserver



_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to