]> git.marmaro.de Git - mmh/blobdiff - uip/fmtdump.c
Replaced open_form() with new_fs() for the last time and dropped the function.
[mmh] / uip / fmtdump.c
index d948a063d8f4372d9391a9f8577eb2b10252e1ba..75ac4c21a4ed5da8a2a31214689c2f90ea4d4802 100644 (file)
@@ -102,7 +102,7 @@ main(int argc, char **argv)
        /*
        ** Get new format string.  Must be before chdir().
        */
-       nfs = new_fs(form, format, FORMAT);
+       nfs = new_fs(form, format, NULL, FORMAT);
        ncomps = fmt_compile(nfs, &fmt);
 
        fmt_dump(fmt);