Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/src/stdio.c

    ref84413 r28a5ebd  
    249249 * @return The number of written characters.
    250250 */
    251 static int _dprintf_wstr_write(const wchar_t *str, size_t size, void *fd)
     251static int _dprintf_wstr_write(const char32_t *str, size_t size, void *fd)
    252252{
    253253        size_t offset = 0;
     
    268268
    269269                chars++;
    270                 offset += sizeof(wchar_t);
     270                offset += sizeof(char32_t);
    271271        }
    272272
Note: See TracChangeset for help on using the changeset viewer.