]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: path: Fix path conversion of virtual drive.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Thu, 9 Dec 2021 08:15:23 +0000 (17:15 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Sat, 11 Dec 2021 13:49:52 +0000 (22:49 +0900)
commit5aa2be8ac253f7865b14d87943580303d4f418cd
treeca56131536f1036ef6c5df1f6b192fe26cec57e1
parent639cb7ec1a0ec11e9907838a9f0f259962d1ea81
Cygwin: path: Fix path conversion of virtual drive.

- 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
This page took 0.030278 seconds and 5 git commands to generate.