aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/AllocatedPath.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-02-28 23:17:17 +0100
committerMax Kellermann <max@duempel.org>2015-02-28 23:19:34 +0100
commitcdd0ccc67a63e8e4d108cb817f856a227a994242 (patch)
treeae072332896766237b56384b5e58b581651aeb53 /src/fs/AllocatedPath.cxx
parenta918821868228d4f49d0e96c58bc8a6a3b4a91e0 (diff)
downloadmpd-cdd0ccc67a63e8e4d108cb817f856a227a994242.tar.gz
mpd-cdd0ccc67a63e8e4d108cb817f856a227a994242.tar.xz
mpd-cdd0ccc67a63e8e4d108cb817f856a227a994242.zip
fs/Path: rename RelativeFS() to Relative()
Diffstat (limited to '')
-rw-r--r--src/fs/AllocatedPath.cxx2
1 files changed, 1 insertions, 1 deletions
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)