X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mime%2Frfc3676.c;h=e9ae0a7054fec78d3f057f77c2b2af3bb3a2a04a;hp=18680919cd1110078ff72622d787815a6783f8f1;hb=a0aa4a45870f1607e8b41760866071692675c84d;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/lib-mime/rfc3676.c b/lib-mime/rfc3676.c index 1868091..e9ae0a7 100644 --- a/lib-mime/rfc3676.c +++ b/lib-mime/rfc3676.c @@ -9,17 +9,6 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include -#include -#include -#include -#include - #include #include @@ -228,7 +217,7 @@ void rfc3676_space_stuff (HEADER* hdr) { } while (fgets (buf, sizeof (buf), in)) { - if (ascii_strncmp ("From ", buf, 4) == 0 || buf[0] == ' ') { + if (m_strncmp("From ", buf, 4) == 0 || buf[0] == ' ') { fputc (' ', out); } fputs (buf, out);