mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 20:16:16 +02:00
fix date formatting in mail messages (thanks Marcus for reporting)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1687 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4f2f846270
commit
88085fb01c
12
package/ssmtp/patches/901-strftime_space_padding.patch
Normal file
12
package/ssmtp/patches/901-strftime_space_padding.patch
Normal file
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user