lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 3364 in lilypond: under windows format %e brea


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3364 in lilypond: under windows format %e breaks LilyPond
Date: Thu, 21 Nov 2013 18:40:35 +0000


Comment #3 on issue 3364 by address@hidden: 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]