X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Ffmtdump.c;h=a7fe9f450d718632f593ed4687bcb2e311c7320b;hp=923a46e99fa90550926daaf8fbd4f2d450c9ed69;hb=43ea5347b6b445d926082d6e3c1ddec376e8692d;hpb=6b80b3bb772e2cf9186cf964bf78109b677e1bef diff --git a/uip/fmtdump.c b/uip/fmtdump.c index 923a46e..a7fe9f4 100644 --- a/uip/fmtdump.c +++ b/uip/fmtdump.c @@ -44,7 +44,7 @@ main(int argc, char **argv) { int ncomps; char *cp, *form = NULL; - char buf[BUFSIZ], *nfs, **argp, **arguments; + char buf[BUFSIZ], *fmtstr, **argp, **arguments; struct format *fmt; #ifdef LOCALE @@ -93,8 +93,8 @@ main(int argc, char **argv) /* ** Get new format string. Must be before chdir(). */ - nfs = new_fs(form, FORMAT); - ncomps = fmt_compile(nfs, &fmt); + fmtstr = new_fs(form, FORMAT); + ncomps = fmt_compile(fmtstr, &fmt); fmt_dump(fmt); done(0);