X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Ffmtdump.c;h=75ac4c21a4ed5da8a2a31214689c2f90ea4d4802;hb=a0b824f146a18ad99633addede9e81a470d4cb59;hp=d948a063d8f4372d9391a9f8577eb2b10252e1ba;hpb=5d4f603fcfc7cf4a238b27de2b18567a733bb6b4;p=mmh diff --git a/uip/fmtdump.c b/uip/fmtdump.c index d948a06..75ac4c2 100644 --- a/uip/fmtdump.c +++ b/uip/fmtdump.c @@ -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);