- Timestamp:
- Mar 22, 2012, 8:46:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/src/lib/locale/setlocale.c
r3523 r3787 830 830 return rc; 831 831 } 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"); 832 838 833 839 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.