1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 01:33:12 +02:00

core, plugins: replace calls to string_str(n)cmp by str(n)cmp (issue #1872)

This commit is contained in:
Sébastien Helleu
2023-01-27 21:45:49 +01:00
parent c07cf691ad
commit fbeab26a35
41 changed files with 388 additions and 394 deletions
+1 -2
View File
@@ -45,8 +45,7 @@ irc_debug_signal_debug_dump_cb (const void *pointer, void *data,
(void) signal;
(void) type_data;
if (!signal_data
|| (weechat_strcmp ((char *)signal_data, IRC_PLUGIN_NAME) == 0))
if (!signal_data || (strcmp ((char *)signal_data, IRC_PLUGIN_NAME) == 0))
{
weechat_log_printf ("");
weechat_log_printf ("***** \"%s\" plugin dump *****",