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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user