Commit 0d33ae52 authored by Max Kellermann's avatar Max Kellermann

fs/Path: make fs_charset static

parent 77e4b280
......@@ -49,7 +49,7 @@ static constexpr size_t MPD_PATH_MAX_UTF8 = (MPD_PATH_MAX - 1) * 4 + 1;
const Domain path_domain("path");
std::string fs_charset;
static std::string fs_charset;
inline Path::Path(Donate, pointer _value)
:value(_value) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment