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 -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100503171003.gs12...@ltw.loris.tv