Zebediah Figura : ntdll: Avoid debug traces in _vsnprintf().
Module: wine Branch: master Commit: d409ef0188ab2b04244f6c7ef0577252bcc5feed URL: https://source.winehq.org/git/wine.git/?a=commit;h=d409ef0188ab2b04244f6c7ef... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Wed Jan 1 20:30:32 2020 -0600 ntdll: Avoid debug traces in _vsnprintf(). Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/printf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/ntdll/printf.c b/dlls/ntdll/printf.c index 4176f945f5..f61441b36b 100644 --- a/dlls/ntdll/printf.c +++ b/dlls/ntdll/printf.c @@ -452,7 +452,6 @@ static int pf_vsnprintf( pf_output *out, const WCHAR *format, __ms_va_list valis LPCWSTR q, p = format; pf_flags flags; - TRACE("format is %s\n",debugstr_w(format)); while (*p) { q = strchrW( p, '%' );
participants (1)
-
Alexandre Julliard