Changeset 599a1c7 in mainline for uspace/app/bdsh/cmds/modules/ls/ls.c
- Timestamp:
- 2018-12-29T20:19:00Z (6 years ago)
- Parents:
- accdbd8
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2018-12-28 20:53:29)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2018-12-29 20:19:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/ls/ls.c
raccdbd8 r599a1c7 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.