]> git.marmaro.de Git - mmh/blobdiff - uip/forw.c
Augmented new_fs() with an additional argument for a default form.
[mmh] / uip / forw.c
index b84632bd1a5c4347cb85191a0538e54e13c67e70..feb60f96ade31604f9b0d98c1dc41b7917513fbd 100644 (file)
@@ -304,7 +304,7 @@ build_form(char *form, char *digest, int volume, int issue)
        char *cp = NULL;
 
        /* Get new format string */
-       nfs = new_fs(form, NULL, NULL);
+       nfs = new_fs(form, NULL, NULL, NULL);
        fmtsize = strlen(nfs) + 256;
 
        /* Compile format string */