]> code.delx.au - gnu-emacs/commit
Fix mbox files produced by movemail on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Sat, 5 Mar 2016 10:57:06 +0000 (12:57 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 5 Mar 2016 10:57:06 +0000 (12:57 +0200)
commit792311228d8f4cb26262c279e310b0344d735bd8
treef4c12d08d88e1fe8c3002485df2e6159c87f9de6
parentc45a1ca3c4eed56be6ad8086dcc805a86bc5935c
Fix mbox files produced by movemail on MS-Windows

* lib-src/movemail.c (mbx_delimit_begin): Use portable strftime
format specifiers, as at least the MS-Windows version of strftime
doesn't support %e and %T.
lib-src/movemail.c