X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=parse.c;h=5457e658d040716e25268149e8bb91114446a171;hb=2ea77d3b2827ba23feb756ce2fb936565ae38998;hp=70379fa759e04c7dde9ededa9799f9d1c7ff35dc;hpb=9274cbe8e6410ddb95ddc667faa678a29da85420;p=apps%2Fmadmutt.git diff --git a/parse.c b/parse.c index 70379fa..5457e65 100644 --- a/parse.c +++ b/parse.c @@ -15,9 +15,9 @@ #include #include #include +#include #include "mutt.h" -#include "buffer.h" #include "enter.h" #include "recvattach.h" #include "mx.h" @@ -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 */ }