Changeset 1802
- Timestamp:
- Jan 31, 2005, 5:26:52 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/locale/setlocale.c
-
Property cvs2svn:cvs-rev
changed from
1.16
to1.17
r1801 r1802 439 439 * of equal elements stays the same. 440 440 */ 441 for (i = 0; i < 25 6; i++)442 for (j = i; j < 25 6; j++)441 for (i = 0; i < 255; i++) 442 for (j = i; j < 255; j++) 443 443 if (UniStrncmp(aCW[j].ucsWeight, aCW[j + 1].ucsWeight, MIN(aCW[j].len, aCW[j + 1].len)) > 0) 444 444 _memswap(&aCW[j], &aCW[j + 1], sizeof(aCW[j])); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.