26 Jun
2015
26 Jun
'15
3:48 p.m.
On 06/26/15 16:37, Daniel Lehman wrote:
I updated the patch to check for NULL. But wouldn't the same be true for these calls? - _Getdateorder -> GetLocaleInfoEx - _Strcoll -> LocaleNameToLCID -> parse_locale_name This calls are correct because LOCALE_NAME_USER_DEFAULT equals NULL. In case of e.g. C locale default user LCID will be used.
Thanks, Piotr