From 0d33ae52c6f150d7231a85ea83a164cbb27c10bc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 17 Oct 2013 22:10:27 +0200 Subject: fs/Path: make fs_charset static --- src/fs/Path.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3