On Thu, 9 Dec 2021 11:08:46 +0100
Corinna Vinschen wrote:
> On Dec 9 17:17, Takashi Yano wrote:
> > + if (!QueryDosDeviceW (drive, remote, MAX_PATH))
> > + goto file_not_symlink; /* fallback */
> > +
> > + int remlen = wcslen (remote);
>
> QueryDo
Hi Takashi,
On Dec 9 17:17, Takashi Yano wrote:
> - The last change in path.cc introduced a bug that causes an error
> when accessing a virtual drive which mounts UNC path such as
> "\\server\share\dir" rather than "\\server\share". This patch
> fixes the issue.
> ---
> winsup/cygwin/path.
- The last change in path.cc introduced a bug that causes an error
when accessing a virtual drive which mounts UNC path such as
"\\server\share\dir" rather than "\\server\share". This patch
fixes the issue.
---
winsup/cygwin/path.cc | 50 +--
1 file ch