Files
git/compat
Karsten Blees d53254d0ec Win32: don't call GetFileAttributes twice in mingw_lstat()
GetFileAttributes cannot handle paths with trailing dir separator. The
current [l]stat implementation calls GetFileAttributes twice if the path
has trailing slashes (first with the original path passed to [l]stat, and
and a second time with a path copy with trailing '/' removed).

With Unicode conversion, we get the length of the path for free and also
have a (wide char) buffer that can be modified.

Remove trailing directory separators before calling the Win32 API.

Signed-off-by: Karsten Blees <blees@dcon.de>
2021-06-02 10:14:20 +02:00
..
2021-06-02 10:14:18 +02:00
2020-04-16 15:23:42 -07:00
2021-06-02 10:14:18 +02:00
2019-06-25 10:46:57 -07:00
2021-02-26 14:15:51 -08:00