JP Sugarbroad <[EMAIL PROTECTED]> writes:

> The current diff says:
>
> +            va_copy(ap_copy, ap);
>              vsprintf(tempbuf, spec, ap);
> +            va_end(ap_copy);
>
> The line in the middle needs to use ap_copy!

Good catch -- thank you!  I'll fix this.

-- 
Russ Allbery ([EMAIL PROTECTED])               <http://www.eyrie.org/~eagle/>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to