Fix typo.
This commit is contained in:
parent
f055d446ff
commit
26cfd048e3
|
@ -556,7 +556,7 @@ normalize_posix_path (const char *cwd, const char *src, char *dst)
|
||||||
char *dst_start = dst;
|
char *dst_start = dst;
|
||||||
|
|
||||||
syscall_printf ("cwd %s, src %s", cwd, src);
|
syscall_printf ("cwd %s, src %s", cwd, src);
|
||||||
if (isdrive (src) || strpbrk (src, "\\:/"))
|
if (isdrive (src) || strpbrk (src, "\\:"))
|
||||||
{
|
{
|
||||||
cygwin_conv_to_full_posix_path (src, dst);
|
cygwin_conv_to_full_posix_path (src, dst);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue