- Timestamp:
- Jul 18, 2005, 3:29:20 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/locale/setlocale.c
-
Property cvs2svn:cvs-rev
changed from
1.26
to1.27
r2261 r2262 423 423 if (!__libc_ucs2To(uobj, (unsigned char *)&i, 1, &ucs[0])) 424 424 { 425 LIBCLOG_ERROR ("__libc_ucs2To failed for char %d\n", i);425 LIBCLOG_ERROR2("__libc_ucs2To failed for char %d\n", i); 426 426 ucs[0] = (UniChar)i; 427 427 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.