]> git.marmaro.de Git - mmh/blobdiff - uip/dist.c
scan: Don't fflush manually. Let stdio care for this.
[mmh] / uip / dist.c
index 39d65253f256a35560b74dfd55bb03665107b1f5..4e83a7b46e5303be2809cefd4e5684892f7acc18 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");
        }