[PATCH] ntdll: Avoid debug traces in _vsnprintf().
2 Jan
2020
2 Jan
'20
2:30 a.m.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> --- 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, '%' ); -- 2.24.1
2261
Age (days ago)
2261
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zebediah Figura