]> diplodocus.org Git - nmh/blobdiff - uip/mhstoresbr.c
Added tests of MMDF mailbox format to test-eom-align.
[nmh] / uip / mhstoresbr.c
index 09c5101595846a93832d3203c700ac5216f6975d..64bddb6988f95c06386deb3456ac78e1ed4cc469 100644 (file)
@@ -782,7 +782,7 @@ losing:
 
        fclose (fp);
 
-       return cc != NOTOK ? OK : NOTOK;
+        return cc == NOTOK ? NOTOK : OK;
     }
 
     if (!ct->c_fp && (ct->c_fp = fopen (ct->c_file, "r")) == NULL) {