From 1c3f5517fabc264d7b37935bd37197cdd68250ba Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 21 Jan 2015 22:36:13 +0100 Subject: config/Option: convert to strictly-typed enum --- src/fs/Config.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fs') diff --git a/src/fs/Config.cxx b/src/fs/Config.cxx index 6975152ca..623736c54 100644 --- a/src/fs/Config.cxx +++ b/src/fs/Config.cxx @@ -35,7 +35,7 @@ ConfigureFS(Error &error) #ifdef HAVE_FS_CHARSET const char *charset = nullptr; - charset = config_get_string(CONF_FS_CHARSET, nullptr); + charset = config_get_string(ConfigOption::FS_CHARSET, nullptr); if (charset == nullptr) { #ifdef WIN32 /* Glib claims that file system encoding is always utf-8 -- cgit v1.2.3