]> diplodocus.org Git - nmh/blobdiff - uip/dropsbr.c
mhlsbr.c: Delete file-static function pointer mhl_action.
[nmh] / uip / dropsbr.c
index 77322d4d60b251b513d6b83cf395dad7b784414a..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)