mirror of
https://github.com/reactos/wine.git
synced 2025-02-09 21:55:12 +00:00
ntdll: Silence a common warning.
This commit is contained in:
parent
cc973b0cdc
commit
58c7aa4691
@ -2412,7 +2412,7 @@ NTSTATUS CDECL wine_nt_to_unix_file_name( const UNICODE_STRING *nameW, ANSI_STRI
|
||||
if (status != STATUS_SUCCESS)
|
||||
{
|
||||
/* couldn't find it at all, fail */
|
||||
WARN( "%s not found in %s\n", debugstr_w(name), unix_name );
|
||||
TRACE( "%s not found in %s\n", debugstr_w(name), unix_name );
|
||||
RtlFreeHeap( GetProcessHeap(), 0, unix_name );
|
||||
return status;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user