Fix typo.

This commit is contained in:
Christopher Faylor 2000-06-15 20:52:57 +00:00
parent f055d446ff
commit 26cfd048e3
1 changed files with 1 additions and 1 deletions

View File

@ -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;