commit | 654b5b5572dd3d48deb2bd16db2bc5f676f62f68 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 17:47:10 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 17:47:10 2006 +0000 |
tree | a6025613293ea659b7bcd055774b2428afb78d22 | |
parent | 35c9291be7653367db4799e2367647258c554705 [diff] [blame] |
updated for version 7.0-028
diff --git a/src/os_unix.c b/src/os_unix.c index b375468..86f52c5 100644 --- a/src/os_unix.c +++ b/src/os_unix.c
@@ -4971,7 +4971,8 @@ if (((*file)[*num_file] = alloc(len + 2)) != NULL) { STRCPY((*file)[*num_file], p); - if (!after_pathsep((*file)[*num_file] + len)) + if (!after_pathsep((*file)[*num_file], + (*file)[*num_file] + len)) { (*file)[*num_file][len] = psepc; (*file)[*num_file][len + 1] = NUL;