]> git.marmaro.de Git - mmh/blobdiff - uip/forw.c
new: Improve the fix with the NULL-sentinel.
[mmh] / uip / forw.c
index 53b09683b083848178bfbe01dc52c11c8fe61c47..be1242b34a14251de1ae93cc5013c81aa2bb8f80 100644 (file)
@@ -325,7 +325,7 @@ build_form(char *form, char *digest, int volume, int issue)
                cptr->c_text = digest;
        FINDCOMP(cptr, "date");
        if (cptr)
-               cptr->c_text = getcpy(dtimenow(0));
+               cptr->c_text = getcpy(dtimenow());
 
        dat[0] = issue;
        dat[1] = volume;