From cdd0ccc67a63e8e4d108cb817f856a227a994242 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 28 Feb 2015 23:17:17 +0100 Subject: fs/Path: rename RelativeFS() to Relative() --- src/fs/AllocatedPath.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fs/AllocatedPath.cxx') diff --git a/src/fs/AllocatedPath.cxx b/src/fs/AllocatedPath.cxx index 2d51b6285..51a058ffc 100644 --- a/src/fs/AllocatedPath.cxx +++ b/src/fs/AllocatedPath.cxx @@ -62,7 +62,7 @@ AllocatedPath::ToUTF8() const } const char * -AllocatedPath::RelativeFS(const char *other_fs) const +AllocatedPath::Relative(const char *other_fs) const { const size_t l = length(); if (memcmp(data(), other_fs, l) != 0) -- cgit v1.2.3