Re: msvcrt: Don't pass NULL as __ms_va_list in printf implementation

2011-05-11 Thread Eric Pouech
> > You could va_copy() it to a second va_list if you need to do it twice. > va_copy is C99. Are we ready to say that is now dependant to C89 ?. A+ -- Eric Pouech

Re: msvcrt: Don't pass NULL as __ms_va_list in printf implementation

2011-05-11 Thread Marcus Meissner
On Wed, May 11, 2011 at 12:20:51PM +0200, Piotr Caban wrote: > --- > dlls/msvcrt/printf.h |2 +- > dlls/msvcrt/wcs.c|4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > > diff --git a/dlls/msvcrt/printf.h b/dlls/msvcrt/printf.h > index 64d159e..53f35bc 100644 > --- a/dlls

Re: msvcrt: Don't pass NULL as __ms_va_list in printf implementation

2011-05-11 Thread Marcus Meissner
On Wed, May 11, 2011 at 12:20:51PM +0200, Piotr Caban wrote: > --- > dlls/msvcrt/printf.h |2 +- > dlls/msvcrt/wcs.c|4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > > diff --git a/dlls/msvcrt/printf.h b/dlls/msvcrt/printf.h > index 64d159e..53f35bc 100644 > --- a/dlls