mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 01:33:12 +02:00
trigger: fix build of hashtable in hsignal callback when values have type "string"
This commit is contained in:
@@ -448,7 +448,7 @@ trigger_callback_hsignal_cb (void *data, const char *signal,
|
||||
if (!pointers)
|
||||
goto end;
|
||||
}
|
||||
else if (strcmp (type_values, "pointer") == 0)
|
||||
else if (strcmp (type_values, "string") == 0)
|
||||
{
|
||||
extra_vars = weechat_hashtable_dup (hashtable);
|
||||
if (!extra_vars)
|
||||
|
||||
Reference in New Issue
Block a user