mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-03-02 13:05:42 +08:00
* nlsfuncs.cc (__set_lc_time_from_win): Actually set
_time_locale->md_order to the D_MD_ORDER value written to the buffer.
This commit is contained in:
parent
412f3e61d4
commit
1691abe75e
@ -1,3 +1,8 @@
|
|||||||
|
2010-04-09 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* nlsfuncs.cc (__set_lc_time_from_win): Actually set
|
||||||
|
_time_locale->md_order to the D_MD_ORDER value written to the buffer.
|
||||||
|
|
||||||
2010-04-09 Christopher Faylor <me+cygwin@cgf.cx>
|
2010-04-09 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
* path.cc (path_conv::set_normalized_path): Use crealloc_abort to avoid
|
* path.cc (path_conv::set_normalized_path): Use crealloc_abort to avoid
|
||||||
|
@ -607,6 +607,7 @@ __set_lc_time_from_win (const char *name, struct lc_time_T *_time_locale,
|
|||||||
{
|
{
|
||||||
wchar_t buf[80];
|
wchar_t buf[80];
|
||||||
GetLocaleInfoW (lcid, LOCALE_IDATE, buf, 80);
|
GetLocaleInfoW (lcid, LOCALE_IDATE, buf, 80);
|
||||||
|
_time_locale->md_order = (const char *) lc_time_ptr;
|
||||||
lc_time_ptr = stpcpy (lc_time_ptr, *buf == L'1' ? "dm" : "md") + 1;
|
lc_time_ptr = stpcpy (lc_time_ptr, *buf == L'1' ? "dm" : "md") + 1;
|
||||||
}
|
}
|
||||||
/* ampm_fmt */
|
/* ampm_fmt */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user