diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-26 13:37:05 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-26 15:00:02 +0000 |
commit | 36e960ed741e3b908469e194c8cff1d3dc666220 (patch) | |
tree | 4c8c85f8de227fce52abb5198a68b72930559891 /src/libmime/lang_detection.c | |
parent | 263ae1f2809372170751719c5288fffae6993375 (diff) | |
download | rspamd-36e960ed741e3b908469e194c8cff1d3dc666220.tar.gz rspamd-36e960ed741e3b908469e194c8cff1d3dc666220.zip |
[Rework] Slashing: Distinguish lualibdir, pluginsdir and sharedir
Diffstat (limited to 'src/libmime/lang_detection.c')
-rw-r--r-- | src/libmime/lang_detection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmime/lang_detection.c b/src/libmime/lang_detection.c index 82e5fc2ff..72964a93a 100644 --- a/src/libmime/lang_detection.c +++ b/src/libmime/lang_detection.c @@ -33,7 +33,7 @@ static const gsize default_short_text_limit = 20; static const gsize default_words = 80; static const gdouble update_prob = 0.6; -static const gchar *default_languages_path = RSPAMD_PLUGINSDIR "/languages"; +static const gchar *default_languages_path = RSPAMD_SHAREDIR "/languages"; #undef EXTRA_LANGDET_DEBUG |