fs/Path: move configuration code to Config.cxx

This commit is contained in:
Max Kellermann
2013-10-17 22:13:54 +02:00
parent fa60b9ae94
commit 080ee87e07
11 changed files with 284 additions and 140 deletions

View File

@@ -26,6 +26,7 @@
#include "Directory.hxx"
#include "Song.hxx"
#include "fs/Path.hxx"
#include "fs/Charset.hxx"
#include "fs/FileSystem.hxx"
#include "fs/DirectoryReader.hxx"
#include "util/Domain.hxx"
@@ -236,7 +237,7 @@ map_fs_to_utf8(const char *path_fs)
return std::string();
}
return Path::ToUTF8(path_fs);
return PathToUTF8(path_fs);
}
const Path &