X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fspost.c;h=69d470824d5507cd4b26b94cc809438e897301c2;hb=db9aeea968d1810261a964a10042b2cecabbd004;hp=43d3d10654aa7dd27e4dae06dd511b419e3ae700;hpb=8cc6b9bed04847a5675f5eec39938b4e242b0b2d;p=mmh diff --git a/uip/spost.c b/uip/spost.c index 43d3d10..69d4708 100644 --- a/uip/spost.c +++ b/uip/spost.c @@ -477,7 +477,7 @@ finish_headers(FILE *out) char *resentstr = (msgstate == resent) ? "Resent-" : ""; if (!(msgflags & MDAT)) { - fprintf(out, "%sDate: %s\n", resentstr, dtimenow(0)); + fprintf(out, "%sDate: %s\n", resentstr, dtimenow()); } strncpy(from, getusername(), sizeof(from));