27 Jan
2025
27 Jan
'25
1:49 p.m.
eric pouech (@epo) commented about dlls/ntdll/unix/file.c:
TRACE( "long %s short %s mask %s\n", debugstr_w( long_nameW ), debugstr_w( short_nameW ), debugstr_us( mask ));
- if (mask && !match_filename( long_nameW, long_len, mask )) + if (mask && mask->Length !=0 && !match_filename( long_nameW, long_len, mask ))
not sure it's needed -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6904#note_92922