May 2, 2026
9:14 a.m.
From: Bernhard Übelacker <bernhardu@mailbox.org> --- dlls/ntdll/unix/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ntdll/unix/file.c b/dlls/ntdll/unix/file.c index 943af86e58f..b5add7aa501 100644 --- a/dlls/ntdll/unix/file.c +++ b/dlls/ntdll/unix/file.c @@ -3883,7 +3883,7 @@ static NTSTATUS nt_to_unix_file_name( OBJECT_ATTRIBUTES *attr, UNICODE_STRING *n } else { - TRACE( "%s not found in %s\n", debugstr_w(name), unix_name ); + TRACE( "%s not found in %s\n", debugstr_wn(name, name_len), unix_name ); free( unix_name ); } return status; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10803