Changeset 2262 for trunk


Ignore:
Timestamp:
Jul 18, 2005, 3:29:20 AM (20 years ago)
Author:
bird
Message:

oops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/locale/setlocale.c

    • Property cvs2svn:cvs-rev changed from 1.26 to 1.27
    r2261 r2262  
    423423            if (!__libc_ucs2To(uobj, (unsigned char *)&i, 1, &ucs[0]))
    424424            {
    425                 LIBCLOG_ERROR("__libc_ucs2To failed for char %d\n", i);
     425                LIBCLOG_ERROR2("__libc_ucs2To failed for char %d\n", i);
    426426                ucs[0] = (UniChar)i;
    427427            }
Note: See TracChangeset for help on using the changeset viewer.