aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/fs/Path.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/Path.cxx b/src/fs/Path.cxx
index 1c41be3b4..654a517bb 100644
--- a/src/fs/Path.cxx
+++ b/src/fs/Path.cxx
@@ -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) {