summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/relay/api/remote/relay-remote-event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/api/remote/relay-remote-event.c b/src/plugins/relay/api/remote/relay-remote-event.c
index cdc36d376..587ccaf38 100644
--- a/src/plugins/relay/api/remote/relay-remote-event.c
+++ b/src/plugins/relay/api/remote/relay-remote-event.c
@@ -824,7 +824,7 @@ RELAY_REMOTE_EVENT_CALLBACK(version)
if (!event->remote->version_ok)
{
/* check version: the remote API must be exactly the same as local API */
- if (strcmp (relay_api_version, RELAY_API_VERSION_STR) != 0)
+ if (weechat_strcmp (relay_api_version, RELAY_API_VERSION_STR) != 0)
{
weechat_version_local = weechat_info_get ("version", NULL);
weechat_printf (