From c6c619a96fa11b09bef26d0c724b6cfd0bdbb34b Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Mon, 11 Jun 2001 15:19:45 -0700 Subject: ext/ + -Wall Message-ID: p4raw-id: //depot/perl@10534 --- ext/File/Glob/bsd_glob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/File/Glob/bsd_glob.c') diff --git a/ext/File/Glob/bsd_glob.c b/ext/File/Glob/bsd_glob.c index a71418cf44..fa601fc81f 100644 --- a/ext/File/Glob/bsd_glob.c +++ b/ext/File/Glob/bsd_glob.c @@ -234,7 +234,7 @@ bsd_glob(const char *pattern, int flags, * colon specially, so it looks for files beginning "C:" in * the current directory. To fix this, change the pattern to * add an explicit "./" at the start (just after the drive - * letter and colon - ie change to "C:./*"). + * letter and colon - ie change to "C:./"). */ if (isalpha(pattern[0]) && pattern[1] == ':' && pattern[2] != BG_SEP && pattern[2] != BG_SEP2 && -- cgit v1.2.1