summaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-01-03 17:56:04 +0000
committerBram Moolenaar <Bram@vim.org>2008-01-03 17:56:04 +0000
commitb238909e065a6bf89821c3aef4e079d34222d18d (patch)
treefa297b0a9d61dd9dfd36bc6c22dc47c780387c34 /src/os_unix.c
parent5f91c0ca81fea313d46083d1997e240a4fb47039 (diff)
downloadvim-git-b238909e065a6bf89821c3aef4e079d34222d18d.tar.gz
updated for version 7.1-194v7.1.194
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 3acd6acc2..0ccbf1a47 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -5482,7 +5482,7 @@ mch_expand_wildcards(num_pat, pat, num_file, file, flags)
{
STRCPY(p, (*file)[i]);
if (dir)
- STRCAT(p, "/"); /* add '/' to a directory name */
+ add_pathsep(p); /* add '/' to a directory name */
(*file)[j++] = p;
}
}