Ignore:
Timestamp:
2009-03-24T15:27:08Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6a75902c
Parents:
08b5601
Message:

fix wchar_t printing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/printf/printf_core.c

    r08b5601 r10d73d8  
    160160                return ps->write_utf8((void *) &invalch, 1, ps->data);
    161161       
    162         return ps->write_utf32(&ch, 1, ps->data);
     162        return ps->write_utf32(&ch, sizeof(wchar_t), ps->data);
    163163}
    164164
Note: See TracChangeset for help on using the changeset viewer.