4
0
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:
Christopher Faylor 2000-06-15 20:52:57 +00:00
parent f055d446ff
commit 26cfd048e3

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;