mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-22 08:03:40 +08:00
(FILE_SYSTEM_PREFIX_LEN): Renamed from
FILESYSTEM_PREFIX_LEN. All uses changed.
This commit is contained in:
parent
1a9ba9e774
commit
6e7b53a45e
@ -81,7 +81,7 @@ path_concat (const char *dir, const char *base, char **base_in_result)
|
||||
|
||||
p = mempcpy (p_concat, dir, dirlen);
|
||||
|
||||
if (FILESYSTEM_PREFIX_LEN (dir) < dirlen)
|
||||
if (FILE_SYSTEM_PREFIX_LEN (dir) < dirlen)
|
||||
{
|
||||
if (ISSLASH (*(p - 1)) && ISSLASH (*base))
|
||||
--p;
|
||||
|
Loading…
Reference in New Issue
Block a user