1
0
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:
Sébastien Helleu
2023-08-24 18:44:50 +02:00
parent 5d9af29024
commit fd07b2888f
+1 -1
View File
@@ -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)