Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/mkdir/mkdir.c

    r28a5ebd r09ab0a9a  
    108108                while (true) {
    109109                        size_t prev_off = off;
    110                         char32_t cur_char = str_decode(path, &off, STR_NO_LIMIT);
     110                        wchar_t cur_char = str_decode(path, &off, STR_NO_LIMIT);
    111111                        if ((cur_char == 0) || (cur_char == U_SPECIAL)) {
    112112                                break;
Note: See TracChangeset for help on using the changeset viewer.