X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/96a2a03a1473522669e8848959c3aa380cf3d4eb..64a40afc7d83e7b1280905fce7bdfd3a2ec7f01a:/uip/dropsbr.c diff --git a/uip/dropsbr.c b/uip/dropsbr.c index 77322d4d..cc44c8d4 100644 --- a/uip/dropsbr.c +++ b/uip/dropsbr.c @@ -187,7 +187,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)