X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Ffmtdump.c;fp=uip%2Ffmtdump.c;h=a91333b7d2a3ecbdfa0524c012bb8eace75809b2;hb=e2550f03c9679b6fcc5240f9cda48bd5a9951e3a;hp=5266235a5dd39eb145307fbc72f9b64d16065749;hpb=102d1d8f2f783d7daa43c4b933bac85fc8de7fab;p=mmh diff --git a/uip/fmtdump.c b/uip/fmtdump.c index 5266235..a91333b 100644 --- a/uip/fmtdump.c +++ b/uip/fmtdump.c @@ -89,10 +89,8 @@ main(int argc, char **argv) form = cp; } - /* - ** Get new format string. Must be before chdir(). - */ - fmtstr = new_fs(form, FORMAT); + /* Set format string. Must be before chdir(). */ + fmtstr = new_fs(form, scanformat); fmt_compile(fmtstr, &fmt); fmt_dump(fmt);