Comment #3 on issue 3364 by [email protected]: under windows format %e
breaks LilyPond
http://code.google.com/p/lilypond/issues/detail?id=3364
This isn't even a bug in Guile — it just calls the platform's strftime. %e
is a GNU extension, and the Windows strftime doesn't claim to support it:
http://msdn.microsoft.com/en-us/library/fe06s4ak.aspx
The easiest solution is to use %#d instead on Windows:
http://svn.gnucash.org/trac/changeset/17249/
Guile 2 uses nstrftime instead of the native strftime, so it should
support %e on all platforms.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings