* 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                <[email protected]>
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 [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to