Augmented new_fs() with an additional argument for a default form.
[mmh] / uip / repl.c
index 4e2c18a..5943857 100644 (file)
@@ -424,7 +424,7 @@ replout(FILE *inb, char *msg, char *drft, struct msgs *mp,
        umask(mask);
 
        /* get new format string */
-       cp = new_fs(form, NULL, NULL);
+       cp = new_fs(form, NULL, NULL, NULL);
        format_len = strlen(cp);
 
        /* compile format string */