commit | f4b8e57ffd048f9ca46dd7618939ba7a1b2294ec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 24 15:53:16 2004 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 24 15:53:16 2004 +0000 |
tree | 08865b59e356d861c0d1321e4adaef8385e53635 | |
parent | 69a7cb473ceae109b61fae9aa04ee0c29afba5d9 [diff] [blame] |
updated for version 7.0002
diff --git a/src/misc1.c b/src/misc1.c index 0e0705d..6c5cb6a 100644 --- a/src/misc1.c +++ b/src/misc1.c
@@ -4014,7 +4014,8 @@ } /* - * get the tail of a path: the file name. + * Get the tail of a path: the file name. + * Fail safe: never returns NULL. */ char_u * gettail(fname)