X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fm_getfld.c;h=1ff8e3209bade4a53d894a00f50ce2608434dd8b;hb=d3ba09a465cb0e5fc9a74d0b152a7ed965f895cb;hp=db509fcc6e89c44eba22085db1cb4966bbed7198;hpb=b0b1dd37ff515578cf7cba51625189eb34a196cb;p=mmh diff --git a/sbr/m_getfld.c b/sbr/m_getfld.c index db509fc..1ff8e32 100644 --- a/sbr/m_getfld.c +++ b/sbr/m_getfld.c @@ -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