summaryrefslogtreecommitdiff
path: root/src/protocol/ptlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/ptlink.c')
-rw-r--r--src/protocol/ptlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/ptlink.c b/src/protocol/ptlink.c
index abb428f54..846f1715c 100644
--- a/src/protocol/ptlink.c
+++ b/src/protocol/ptlink.c
@@ -1391,7 +1391,7 @@ void ptlink_cmd_unsgline(char *mask)
*/
void ptlink_cmd_sgline(char *mask, char *reason)
{
- send_cmd(ServerName, "SXLINE %d :%s:%s", strlen(mask), mask, reason);
+ send_cmd(ServerName, "SXLINE %d :%s:%s", (int)strlen(mask), mask, reason);
}
/* SVSNICK */