From 9732a3bd9c2771c4972c7c2376bb0840162d184a Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 4 Jan 2006 16:07:25 +0000 Subject: Quiet compiler warning. svn path=/branches/BRANCH_6-3/; revision=4599 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchmail.c b/fetchmail.c index 3c331e5a..24c38141 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1226,7 +1226,7 @@ static int load_params(int argc, char **argv, int optind) { char *cp; - if (!(cp = strrchr(idp->id, '/')) || + if (!(cp = strrchr((char *)idp->id, '/')) || ++cp, (0 == strcmp(cp, SMTP_PORT)) || servport(cp) == SMTP_PORT_NUM) { -- cgit v1.2.3