]> git.marmaro.de Git - mmh/blobdiff - uip/dp.c
Replaced open_form() with new_fs() for the last time and dropped the function.
[mmh] / uip / dp.c
index d5f0c599d6d749116fefd94245242c785bc2045a..a9940d3a9115f14c1a593ac79116392d816de013 100644 (file)
--- a/uip/dp.c
+++ b/uip/dp.c
@@ -114,7 +114,7 @@ main(int argc, char **argv)
                adios(NULL, "usage: %s [switches] dates ...", invo_name);
 
        /* get new format string */
-       nfs = new_fs(form, format, FORMAT);
+       nfs = new_fs(form, format, NULL, FORMAT);
 
        if (width == 0) {
                if ((width = sc_width()) < WIDTH / 2)