* Andrew Buckeridge:

> int vfprint(int fdout, const char *fmt, va_list ap)
> {
>       int i=NONSTDBUF;
>       i=vfnprint(fdout, i, fmt, ap);
>       if(i<-1)
>               i=vfnprint(fdout, 1-i, fmt, ap);
>       return i;
> }

va_copy seems to be missing here.

-- 
Florian Weimer                <fwei...@bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to