X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Ffmtdump.c;h=a7fe9f450d718632f593ed4687bcb2e311c7320b;hb=e954d689b5adafa4ec74e7dbd1e087dbf998f6d6;hp=923a46e99fa90550926daaf8fbd4f2d450c9ed69;hpb=f51956be123db66b00138f80464d06f030dbb88d;p=mmh 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);