s/nfs/fmtstr/
[mmh] / uip / fmtdump.c
index 923a46e..a7fe9f4 100644 (file)
@@ -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);