Removed `-format string' switches but made -form accept `=formatstring'.
[mmh] / uip / dist.c
index 39d6525..4e83a7b 100644 (file)
@@ -139,7 +139,7 @@ main(int argc, char **argv)
        if ((out = creat(drft, m_gmprot())) == NOTOK)
                adios(drft, "unable to create");
 
-       nfs = new_fs(form, NULL, distcomps, NULL);
+       nfs = new_fs(form, distcomps);
        if (write(out, nfs, strlen(nfs)) != strlen(nfs)) {
                adios(drft, "error writing");
        }