Changeset 0f06dbc in mainline for uspace/app/bdsh/input.c


Ignore:
Timestamp:
2009-11-30T19:16:35Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b67c7d64
Parents:
ba26129
Message:

Rename wstr_nstr() to wstr_to_str() and align it better with the rest of string functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/input.c

    rba26129 r0f06dbc  
    140140                return NULL;
    141141
    142         wstr_nstr(str, ti->buffer, STR_BOUNDS(ti->nc) + 1);
     142        wstr_to_str(str, STR_BOUNDS(ti->nc) + 1, ti->buffer);
    143143
    144144        return str;
Note: See TracChangeset for help on using the changeset viewer.