X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmsgchk.c;h=ee812268337baee7e057a5f6670f6685ce8e29de;hb=31dc797eb5178970d68962ca8939da3fd9a8efda;hp=b5b02c910c3280d75dfe468db47f67750315fd20;hpb=f58df8a711003c845bb2f899574ac8ed9ffa30fd;p=mmh diff --git a/uip/msgchk.c b/uip/msgchk.c index b5b02c9..ee81226 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -23,6 +23,7 @@ static struct swit switches[] = { { "version", 0 }, #define HELPSW 5 { "help", 0 }, + { NULL, 0 }, }; /* @@ -231,7 +232,7 @@ checkmail(char *user, int datesw, int notifysw, int personal) if (notifysw) { if (datesw && st.st_atime) { - printf("; last read on %s", dtime(&st.st_atime, 1)); + printf("; last read on %s", dtime(&st.st_atime)); } printf("\n"); }