diff options
Diffstat (limited to 'src/ConfigPath.cxx')
-rw-r--r-- | src/ConfigPath.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ConfigPath.cxx b/src/ConfigPath.cxx index b88de3934..1aa874c5c 100644 --- a/src/ConfigPath.cxx +++ b/src/ConfigPath.cxx @@ -119,7 +119,7 @@ ParsePath(const char *path, Error &error) return AllocatedPath::Null(); return AllocatedPath::Build(home, path2); - } else if (!PathTraits::IsAbsoluteUTF8(path)) { + } else if (!PathTraitsUTF8::IsAbsolute(path)) { error.Format(path_domain, "not an absolute path: %s", path); return AllocatedPath::Null(); |