diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/glob.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/posix/glob.c b/posix/glob.c index 84fe194..90dd9d9 100644 --- a/posix/glob.c +++ b/posix/glob.c @@ -410,8 +410,7 @@ glob (pattern, flags, errfunc, pglob) if (flags & GLOB_MARK) { - /* Append slashes to directory names. glob_in_dir has already - allocated the extra character for us. */ + /* Append slashes to directory names. */ int i; struct stat st; for (i = oldcount; i < pglob->gl_pathc; ++i) |