fix configure options error.
[openwrt/svn-archive/archive.git] / mail / ssmtp / patches / 901-strftime_space_padding.patch
1 Index: ssmtp-2.61/arpadate.c
2 ===================================================================
3 --- ssmtp-2.61.orig/arpadate.c 2007-08-30 20:56:56.000000000 +0200
4 +++ ssmtp-2.61/arpadate.c 2007-08-30 20:56:56.000000000 +0200
5 @@ -79,7 +79,7 @@
6 time_t now;
7
8 /* RFC822 format string borrowed from GNU shellutils date.c */
9 - const char *format = "%a, %_d %b %Y %H:%M:%S %z";
10 + const char *format = "%a, %d %b %Y %H:%M:%S %z";
11
12 now = time(NULL);
13