mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
fset: fix wrong value type in hashtable used for fset buffer properties
This commit is contained in:
@@ -1573,7 +1573,7 @@ fset_buffer_open ()
|
||||
buffer_props = weechat_hashtable_new (
|
||||
32,
|
||||
WEECHAT_HASHTABLE_STRING,
|
||||
WEECHAT_HASHTABLE_POINTER,
|
||||
WEECHAT_HASHTABLE_STRING,
|
||||
NULL,
|
||||
NULL);
|
||||
if (buffer_props)
|
||||
|
||||
Reference in New Issue
Block a user