26 Feb
2026
26 Feb
'26
8:30 p.m.
From: Vishnunithyasoundhar S <svishnunithyasoundhar@gmail.com> --- dlls/kernelbase/file.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/kernelbase/file.c b/dlls/kernelbase/file.c index 249238025c4..94a93f7548c 100644 --- a/dlls/kernelbase/file.c +++ b/dlls/kernelbase/file.c @@ -2132,7 +2132,6 @@ DWORD WINAPI DECLSPEC_HOTPATCH GetLongPathNameW( LPCWSTR shortpath, LPWSTR longp { FIXME( "UNC pathname %s\n", debugstr_w(shortpath) ); tmplen = lstrlenW( shortpath ); - if (tmplen < longlen) { if (longpath != shortpath) lstrcpyW( longpath, shortpath ); -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10192