* path.cc (realpath): Fix comment.
This commit is contained in:
parent
797ff24dfb
commit
970790c681
|
@ -1,3 +1,7 @@
|
||||||
|
2012-06-21 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* path.cc (realpath): Fix comment.
|
||||||
|
|
||||||
2012-06-21 Corinna Vinschen <corinna@vinschen.de>
|
2012-06-21 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* path.cc (realpath): Call mount_info::conv_to_posix_path rather than
|
* path.cc (realpath): Call mount_info::conv_to_posix_path rather than
|
||||||
|
|
|
@ -3207,8 +3207,8 @@ realpath (const char *path, char *resolved)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
/* Win32 drive letter paths have to be converted to a POSIX path first,
|
/* Win32 drive letter paths have to be converted to a POSIX path first,
|
||||||
because path_conv lets the incoming path untouched except for converting
|
because path_conv leaves the incoming path untouched except for
|
||||||
backslashes to forward slashes. */
|
converting backslashes to forward slashes. */
|
||||||
char *tpath;
|
char *tpath;
|
||||||
if (isdrive (path))
|
if (isdrive (path))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue