Replaced open_form() with new_fs() for the last time and dropped the function.
[mmh] / uip / fmtdump.c
index d948a06..75ac4c2 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);