From 001e483a4d7173c8e6df148373296a4575e66f13 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Sat, 20 May 2000 07:42:29 +0000 Subject: [PATCH] Shut up some warnings. We may have to think about mutt_stristr again. --- imap/imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imap/imap.c b/imap/imap.c index 5d7c2ce25..ff8893f8a 100644 --- a/imap/imap.c +++ b/imap/imap.c @@ -226,7 +226,7 @@ int imap_reopen_mailbox (CONTEXT *ctx, int *index_hint) pc = buf + 2; if (!mutt_strncasecmp ("STATUS", pc, 6) && - (pc = mutt_stristr (pc, "MESSAGES"))) + (pc = (char *) mutt_stristr (pc, "MESSAGES"))) { char* pn; -- 2.40.0