fs/Path: make fs_charset static

This commit is contained in:
Max Kellermann 2013-10-17 22:10:27 +02:00
parent 77e4b28092
commit 0d33ae52c6

View File

@ -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) {