X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3b6170b27ba8fedbb4d67d2842bfaa38d4417962..1e03ea3338cc5ccd9ddf4feaaacfeda1998689cc:/uip/dropsbr.c diff --git a/uip/dropsbr.c b/uip/dropsbr.c index 40ec9b80..733e6e6e 100644 --- a/uip/dropsbr.c +++ b/uip/dropsbr.c @@ -5,12 +5,14 @@ * complete copyright information. */ -#include -#include -#include -#include -#include -#include +#include "h/nmh.h" +#include "h/mh.h" +#include "sbr/strindex.h" +#include "sbr/error.h" +#include "h/utils.h" +#include "h/dropsbr.h" +#include "h/mts.h" +#include "h/tws.h" #include "sbr/lock_file.h" #include "sbr/m_mktemp.h" #include @@ -187,7 +189,7 @@ mbx_copy (char *mailbox, int mbx_style, int md, int fd, if (write (md, MMDF_DELIM, j) != j) return NOTOK; - return (i != NOTOK ? OK : NOTOK); + return i == NOTOK ? NOTOK : OK; case MBOX_FORMAT: if ((j = dup (fd)) == NOTOK)