From a349af5356f01e82a70611dcc2e98e0ea5e7782c Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 9 Nov 2013 10:22:43 +0100 Subject: [PATCH] aspell: load plugin even if options can not be read in aspell.conf (with warnings) --- src/plugins/aspell/weechat-aspell.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/aspell/weechat-aspell.c b/src/plugins/aspell/weechat-aspell.c index 86871293c..570a14424 100644 --- a/src/plugins/aspell/weechat-aspell.c +++ b/src/plugins/aspell/weechat-aspell.c @@ -942,8 +942,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[]) if (!weechat_aspell_config_init ()) return WEECHAT_RC_ERROR; - if (weechat_aspell_config_read () < 0) - return WEECHAT_RC_ERROR; + weechat_aspell_config_read (); weechat_aspell_command_init ();