]> sourceware.org Git - newlib-cygwin.git/commit
Transform all special chars in relative Windows path string
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 14 Jul 2016 18:52:04 +0000 (20:52 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 14 Jul 2016 18:52:04 +0000 (20:52 +0200)
commitfe9e3b4498ab7b3260f5e326cad77e21d5c2293c
tree1c328c8d386c275d7db11afb7c123be4afb4f6aa
parent6795ef7d3793ca3e8528a56e41d5322c57d58a3c
Transform all special chars in relative Windows path string

get_nt_native_path handles the transposition of chars not allowed
in Windows pathnames.  However, it never starts transposition at
the start of the string, which is wrong for relative paths.  Fix it.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/path.cc
This page took 0.032204 seconds and 5 git commands to generate.