]> git.marmaro.de Git - mmh/blobdiff - sbr/m_getfld.c
Removed the mime command from whatnow and automimeproc (automhnproc).
[mmh] / sbr / m_getfld.c
index db509fcc6e89c44eba22085db1cb4966bbed7198..1ff8e3209bade4a53d894a00f50ce2608434dd8b 100644 (file)
@@ -716,7 +716,7 @@ m_Eom(int c, FILE *iob)
 
        pos = ftell(iob);
        if ((i = fread(text, sizeof *text, edelimlen, iob)) != edelimlen
-               || strncmp(text, (char *)edelim, edelimlen)) {
+               || (strncmp(text, (char *)edelim, edelimlen)!=0)) {
                if (i == 0 && msg_style == MS_MBOX)
                        /*
                        ** the final newline in the (brain damaged) unix-format