diff options
Diffstat (limited to 'lib/path-concat.c')
| -rw-r--r-- | lib/path-concat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/path-concat.c b/lib/path-concat.c index db96debad..4f62631d1 100644 --- a/lib/path-concat.c +++ b/lib/path-concat.c @@ -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; |
