Changes in uspace/app/bdsh/cmds/modules/mkdir/mkdir.c [28a5ebd:09ab0a9a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
r28a5ebd r09ab0a9a 108 108 while (true) { 109 109 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); 111 111 if ((cur_char == 0) || (cur_char == U_SPECIAL)) { 112 112 break;
Note:
See TracChangeset
for help on using the changeset viewer.