Changeset 3787 for branches


Ignore:
Timestamp:
Mar 22, 2012, 8:46:40 PM (13 years ago)
Author:
bird
Message:

localeTimeDo: Fix bad date_time_fmt string for en_GB and others (hour instead of minutes).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/src/lib/locale/setlocale.c

    r3523 r3787  
    830830        return rc;
    831831    }
     832
     833    /*
     834     * Hacks for bad data in LOCALE.DLL.
     835     */
     836    if (!strcmp(pTime->date_time_fmt, "%a %e %b %H:%H:%S %Z %Y"))
     837        strcpy( pTime->date_time_fmt, "%a %e %b %H:%M:%S %Z %Y");
    832838
    833839    return 0;
Note: See TracChangeset for help on using the changeset viewer.