9 Sep
2022
9 Sep
'22
6:08 p.m.
Etaash Mathamsetty (@etaash.mathamsetty) commented about dlls/ntdll/unix/registry.c:
* NtLoadKey (NTDLL.@) */ NTSTATUS WINAPI NtLoadKey( const OBJECT_ATTRIBUTES *attr, OBJECT_ATTRIBUTES *file ) +{ + TRACE( "(%p,%p\n)", attr, file ); Small Issue: The \n should be after the parenthesis
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/810#note_8142