Fix usage of va_list passed as an arg. Use __va_copy before using it
authorJim McDonough <jmcd@samba.org>
Fri, 17 May 2002 14:51:22 +0000 (14:51 +0000)
committerJim McDonough <jmcd@samba.org>
Fri, 17 May 2002 14:51:22 +0000 (14:51 +0000)
commit85ab07bdc1b2ce7b2c1b8197fad45124b1460dca
treeba155175413776059cac4450821fe25c3adfdf7c
parentb84882a628b3f2f0890322f25694c1932aa3e5ec
Fix usage of va_list passed as an arg.  Use __va_copy before using it
when it exists.
source/lib/dprintf.c
source/lib/snprintf.c
source/lib/util.c
source/lib/xfile.c