1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-05 18:51:17 +02:00

fix date formatting in mail messages (thanks Marcus for reporting)

SVN-Revision: 1687
This commit is contained in:
Nicolas Thill 2005-08-17 07:33:04 +00:00
parent c65b043eb9
commit 535b0dfff8

@ -0,0 +1,12 @@
diff -ruN ssmtp-2.60-old/arpadate.c ssmtp-2.60-new/arpadate.c
--- ssmtp-2.60-old/arpadate.c 2002-12-08 18:30:11.000000000 +0100
+++ ssmtp-2.60-new/arpadate.c 2004-05-23 18:54:32.000000000 +0200
@@ -79,7 +79,7 @@
time_t now;
/* RFC822 format string borrowed from GNU shellutils date.c */
- const char *format = "%a, %_d %b %Y %H:%M:%S %z";
+ const char *format = "%a, %d %b %Y %H:%M:%S %z";
now = time(NULL);