Changeset 0f06dbc in mainline for uspace/app/bdsh/input.c
- Timestamp:
- 2009-11-30T19:16:35Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b67c7d64
- Parents:
- ba26129
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/input.c
rba26129 r0f06dbc 140 140 return NULL; 141 141 142 wstr_ nstr(str, ti->buffer, STR_BOUNDS(ti->nc) + 1);142 wstr_to_str(str, STR_BOUNDS(ti->nc) + 1, ti->buffer); 143 143 144 144 return str;
Note:
See TracChangeset
for help on using the changeset viewer.