irc: fix type of values for hashtable extra_vars in irc_server_get_default_msg

This commit is contained in:
Sébastien Helleu 2017-03-19 18:29:38 +01:00
parent e113fe2440
commit 6f46f65c73

View File

@ -1045,7 +1045,7 @@ irc_server_get_default_msg (const char *default_msg,
extra_vars = weechat_hashtable_new (32,
WEECHAT_HASHTABLE_STRING,
WEECHAT_HASHTABLE_POINTER,
WEECHAT_HASHTABLE_STRING,
NULL,
NULL);
if (extra_vars)