Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/io/asprintf.c

    rcca2d93b r28a5ebd  
    4646}
    4747
    48 static int asprintf_wstr_write(const wchar_t *str, size_t count, void *unused)
     48static int asprintf_wstr_write(const char32_t *str, size_t count, void *unused)
    4949{
    5050        return wstr_nlength(str, count);
Note: See TracChangeset for help on using the changeset viewer.