[PATCH 10/14] [Msvcrt*]: implemented _vc(w)printf

Alexandre Julliard julliard at winehq.org
Wed Nov 3 04:53:55 CDT 2010


Eric Pouech <eric.pouech at orange.fr> writes:

> +int CDECL _vcprintf(const char* format, __ms_va_list xvalist)
>  {
>    char buf[2048], *mem = buf;
>    int written, resize = sizeof(buf), retval;
> -  __ms_va_list valist;
> +  __ms_va_list  valist = xvalist;

You can't copy a valist. This needs to be integrated properly with the
other printf functions.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list