mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
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;
|
||||
|
||||
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);
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user