Changeset 59cce22 in mainline
- Timestamp:
- 2018-12-29T20:37:25Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 68f1254c
- Parents:
- 6371eb47
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2018-12-28 20:53:29)
- git-committer:
- Jakub Jermář <jakub@…> (2018-12-29 20:37:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/ls/ls.c
r6371eb47 r59cce22 199 199 200 200 /* Populate the directory list. */ 201 if (ls.recursive ) {201 if (ls.recursive && nbdirs > 0) { 202 202 tmp = (struct dir_elem_t *) realloc(*dir_list_ptr, 203 203 nbdirs * sizeof(struct dir_elem_t));
Note:
See TracChangeset
for help on using the changeset viewer.