exit str_cmp enters m_strcmp
[apps/madmutt.git] / parse.c
diff --git a/parse.c b/parse.c
index 2d1ecd6..5457e65 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -612,7 +612,7 @@ BODY *mutt_parse_multipart (FILE * fp, const char *boundary, off_t end_off,
         buffer[i] = 0;
 
       /* Check for the end boundary */
-      if (str_cmp (buffer + blen + 2, "--") == 0) {
+      if (m_strcmp(buffer + blen + 2, "--") == 0) {
         final = 1;
         break;                  /* done parsing */
       }