On Tuesday 17 March 2009, Jan Janak wrote:
[patch]
The function which calls the error handler in libconfuse already calls
va_end when the handler finishes, so either you should call va_start at the
beginning of this function or you should remove va_end from this function.
See confuse.c, search for cfg_error function.
Hi Jan,
thanks for the pointer, i saw you already fixed this in the sr tree.
Cheers,
Henning