s/nfs/fmtstr/
[mmh] / uip / dp.c
index fa3a201..d64a0b9 100644 (file)
--- a/uip/dp.c
+++ b/uip/dp.c
@@ -38,7 +38,7 @@ int
 main(int argc, char **argv)
 {
        int datep = 0, status = 0;
-       char *cp, *form = NULL, *nfs;
+       char *cp, *form = NULL, *fmtstr;
        char buf[BUFSIZ], **argp, **arguments;
        char *dates[NDATES];
 
@@ -89,9 +89,9 @@ main(int argc, char **argv)
                adios(NULL, "usage: %s [switches] dates ...", invo_name);
 
        /* get new format string */
-       nfs = new_fs(form, FORMAT);
+       fmtstr = new_fs(form, FORMAT);
 
-       fmt_compile(nfs, &fmt);
+       fmt_compile(fmtstr, &fmt);
 
        dat[0] = 0;
        dat[1] = 0;