Nick Kew wrote:
Garrett Rooney wrote:
Since when we call this in apr_dbd.c we pass a va_list to it,
shouldn't we declare it as taking a va_list instead of ...? That's
what apr_pvsprintf does, for example. I suspect if this is working
then it's by accident, and I'm not sure we can depend on it working
correctly on all platforms.
Very probably. I don't claim to understand the intricacies of varargs.
If you know better how to deal with it, please fix as appropriate.
Ok, I'll take a look at it tonight.
-garrett