]> granicus.if.org Git - neomutt/commitdiff
Shut up some warnings. We may have to think about mutt_stristr again.
authorThomas Roessler <roessler@does-not-exist.org>
Sat, 20 May 2000 07:42:29 +0000 (07:42 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Sat, 20 May 2000 07:42:29 +0000 (07:42 +0000)
imap/imap.c

index 5d7c2ce256984412cee54e6701e87edc51539dfe..ff8893f8a26d4af5df8f89dbb0ee7b2b9a76ec0a 100644 (file)
@@ -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;