* path.cc: Unrevert below reversion except for mount_info::conv_to_posix_path
part.
This commit is contained in:
parent
df2caa88ca
commit
e3abf9861a
|
@ -1,3 +1,8 @@
|
||||||
|
2003-01-10 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* path.cc: Unrevert below reversion except for
|
||||||
|
mount_info::conv_to_posix_path part.
|
||||||
|
|
||||||
2003-01-10 Corinna Vinschen <corinna@vinschen.de>
|
2003-01-10 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* path.cc: Revert patch from 2003-01-09 to normalize a windows path
|
* path.cc: Revert patch from 2003-01-09 to normalize a windows path
|
||||||
|
|
|
@ -205,10 +205,7 @@ normalize_posix_path (const char *src, char *dst)
|
||||||
syscall_printf ("src %s", src);
|
syscall_printf ("src %s", src);
|
||||||
|
|
||||||
if (isdrive (src) || strpbrk (src, "\\:"))
|
if (isdrive (src) || strpbrk (src, "\\:"))
|
||||||
{
|
return normalize_win32_path (src, dst);
|
||||||
cygwin_conv_to_full_posix_path (src, dst);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!isslash (src[0]))
|
if (!isslash (src[0]))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue