(DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN, ISSLASH): Remove; now in dirname.h.
authorJim Meyering <jim@meyering.net>
Sat, 12 May 2001 15:45:43 +0000 (15:45 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 12 May 2001 15:45:43 +0000 (15:45 +0000)
commite6d6498c6caf7642510024fefbf64e9d477b19cf
tree6f373f78f3871d4fce80bd1fd6f8359352c50965
parent94ce07b03b34361c3e8ce68867af8bd224e72f07
(DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN, ISSLASH): Remove; now in dirname.h.
(path_concat): Use base_len to compute
base length, not strlen; this means we cannot rely on memcpy
to null-terminate.
lib/path-concat.c