Hi Andrew, On 03/19/2016 01:00 AM, Andrew Zaborowski wrote: > Passing va_list to functions this way doesn't work on i386 gcc, va_list > seems to be a simple pointer as recommended by stdarg(3). Passing a > pointer to va_list seems to fix this, but stdarg(3) also says: > > If ap is passed to a function that uses va_arg(ap,type), then the value > of ap is undefined after the return of that function. > > so it's better to just use a macro. > --- > ell/dbus-service.c | 98 ++++++++++++++++++++++-------------------------------- > 1 file changed, 40 insertions(+), 58 deletions(-) Makes sense to me. Thanks for looking into this one. Applied, thanks. Regards, -Denis