X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fspost.c;h=69d470824d5507cd4b26b94cc809438e897301c2;hp=43d3d10654aa7dd27e4dae06dd511b419e3ae700;hb=2e5668919988fce4e523cbf2294698841b1106a0;hpb=701adc46db60b3ca1f2e5087805eba59ffe87976 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));