Changeset 659ebd86 in mainline for uspace/app/kio/kio.c
- Timestamp:
- 2016-07-08T10:42:28Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 234f47e
- Parents:
- b454a22
- git-author:
- Manuele Conti <conti.manuele@…> (2016-07-08 10:42:28)
- git-committer:
- Jakub Jermar <jakub@…> (2016-07-08 10:42:28)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/kio/kio.c
rb454a22 r659ebd86 85 85 size_t sz = sizeof(wchar_t) * length; 86 86 wchar_t *buf = (wchar_t *) malloc(sz); 87 if ( data== NULL) {87 if (buf == NULL) { 88 88 free(item); 89 89 return;
Note:
See TracChangeset
for help on using the changeset viewer.