Date: Thu, 7 May 1998 22:10:33 -0700 (PDT) From: John Birrell <jb@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdio vfprintf.c Message-ID: <199805080510.WAA14261@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 1998/05/07 22:10:33 PDT Modified files: lib/libc/stdio vfprintf.c Log: Don't assign the va_list variable 'ap' directly to the argtable because va_list is not a pointer on alpha. Instead, use the va_arg() macro to return the address that is stored in the argtable. Revision Changes Path 1.19 +18 -19 src/lib/libc/stdio/vfprintf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805080510.WAA14261>