[PATCH] ntdll: Add a trailing '\n' to a TRACE().
Signed-off-by: Francois Gouget <fgouget(a)free.fr> --- dlls/ntdll/signal_x86_64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ntdll/signal_x86_64.c b/dlls/ntdll/signal_x86_64.c index 94412302152..886d69790d0 100644 --- a/dlls/ntdll/signal_x86_64.c +++ b/dlls/ntdll/signal_x86_64.c @@ -4470,7 +4470,7 @@ USHORT WINAPI RtlCaptureStackBackTrace( ULONG skip, ULONG count, PVOID *buffer, ULONG i; USHORT num_entries = 0; - TRACE( "(%u, %u, %p, %p)", skip, count, buffer, hash ); + TRACE( "(%u, %u, %p, %p)\n", skip, count, buffer, hash ); RtlCaptureContext( &context ); dispatch.TargetIp = 0; -- 2.20.1
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=55306 Your paranoid android. === debian10 (32 bit Chinese:China report) === ntdll: pipe.c:1557: Test failed: pipe is not signaled
participants (2)
-
Francois Gouget -
Marvin