1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

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
+1 -1
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)