diff options
author | Max Kellermann <max@duempel.org> | 2015-02-28 23:17:17 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-02-28 23:19:34 +0100 |
commit | cdd0ccc67a63e8e4d108cb817f856a227a994242 (patch) | |
tree | ae072332896766237b56384b5e58b581651aeb53 /src/fs/AllocatedPath.hxx | |
parent | a918821868228d4f49d0e96c58bc8a6a3b4a91e0 (diff) | |
download | mpd-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.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/AllocatedPath.hxx b/src/fs/AllocatedPath.hxx index 1f5733244..4496981d7 100644 --- a/src/fs/AllocatedPath.hxx +++ b/src/fs/AllocatedPath.hxx @@ -249,7 +249,7 @@ public: * nullptr on mismatch. */ gcc_pure - const char *RelativeFS(const char *other_fs) const; + const char *Relative(const char *other_fs) const; /** * Chop trailing directory separators. |