]> diplodocus.org Git - nmh/blobdiff - uip/dropsbr.c
mhlsbr.c: Delete file-static function pointer mhl_action.
[nmh] / uip / dropsbr.c
index 40ec9b806451feb55949738fbb41eb98a38f0e5e..cc44c8d472399c42cd130cd2b8f426dca15911f0 100644 (file)
@@ -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)