Changeset 0f06dbc in mainline for uspace/app/edit/edit.c


Ignore:
Timestamp:
2009-11-30T19:16:35Z (16 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/edit/edit.c

    rba26129 r0f06dbc  
    396396                return NULL;
    397397
    398         wstr_nstr(str, buffer, STR_BOUNDS(wstr_length(buffer)) + 1);
     398        wstr_to_str(str, STR_BOUNDS(wstr_length(buffer)) + 1, buffer);
    399399
    400400        console_set_color(con, COLOR_BLACK, COLOR_WHITE, 0);
Note: See TracChangeset for help on using the changeset viewer.