diff options
Diffstat (limited to 'src/fileio.c')
-rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 7b9446c7e12..4ee125d7de2 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -1639,7 +1639,7 @@ file_name_absolute_p (const char *filename) } /* Put into BUF the concatenation of DIR and FILE, with an intervening - directory separator if needed. Return a pointer to the null byte + directory separator if needed. Return a pointer to the NUL byte at the end of the concatenated string. */ char * splice_dir_file (char *buf, char const *dir, char const *file) |