diff options
author | Doug MacEachern <dougm@covalent.net> | 2001-06-11 15:19:45 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-12 13:13:27 +0000 |
commit | c6c619a96fa11b09bef26d0c724b6cfd0bdbb34b (patch) | |
tree | 00f4b8ab49ed4e56e2be3401170b6d1b6bca3e61 /ext/File | |
parent | 6676db263f08eab1c09a46739d7c3c0d2ea7f6df (diff) | |
download | perl-c6c619a96fa11b09bef26d0c724b6cfd0bdbb34b.tar.gz |
ext/ + -Wall
Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
p4raw-id: //depot/perl@10534
Diffstat (limited to 'ext/File')
-rw-r--r-- | ext/File/Glob/bsd_glob.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 && |