X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3b6170b27ba8fedbb4d67d2842bfaa38d4417962..64a40afc7d83e7b1280905fce7bdfd3a2ec7f01a:/uip/dropsbr.c diff --git a/uip/dropsbr.c b/uip/dropsbr.c index 40ec9b80..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)