j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
This patch uses C locale to compute date for version.fs and openbios- version.h instead of current locale. This avoids to have some dates like "déc 3 2008" instead of "dec 3 2008"
Laurent -------------------- laurent@lvivier.info -------------------- "Tout ce qui est impossible reste à accomplir" Jules Verne "Things are only impossible until they're not" Jean-Luc Picard
Attachments:
This patch uses C locale to compute date for version.fs and openbios-version.h instead of current locale.
You should use LC_ALL=C, not LANG=C; LANG provides a default for all the separate locale settings that aren't otherwise set, while LC_ALL overrides everything.
Segher