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

fset: increase size of hashtable for extra vars in evaluation of lines

This commit is contained in:
Sébastien Helleu
2017-06-03 16:58:39 +02:00
parent 0953659d32
commit be7b84bc94
+1 -1
View File
@@ -957,7 +957,7 @@ fset_buffer_init ()
return 0;
fset_buffer_hashtable_extra_vars = weechat_hashtable_new (
32,
128,
WEECHAT_HASHTABLE_STRING,
WEECHAT_HASHTABLE_STRING,
NULL,