X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=parse.c;h=5457e658d040716e25268149e8bb91114446a171;hp=2d1ecd655b7d62bc1b1933abb89ebeb5029a030f;hb=2ea77d3b2827ba23feb756ce2fb936565ae38998;hpb=3e611c4b53a33408955152e1c9336f8643ea096e;ds=sidebyside diff --git a/parse.c b/parse.c index 2d1ecd6..5457e65 100644 --- 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 */ }