exit str_cmp enters m_strcmp
[apps/madmutt.git] / sendlib.c
index 5fc706c..7674a32 100644 (file)
--- a/sendlib.c
+++ b/sendlib.c
@@ -412,7 +412,7 @@ int mutt_write_mime_body (BODY * a, FILE * f)
   /* This is pretty gross, but it's the best solution for now... */
   if ((WithCrypto & APPLICATION_PGP)
       && a->type == TYPEAPPLICATION
-      && str_cmp (a->subtype, "pgp-encrypted") == 0) {
+      && m_strcmp(a->subtype, "pgp-encrypted") == 0) {
     fputs ("Version: 1\n", f);
     return 0;
   }