Changeset 599a1c7 in mainline
- Timestamp:
 - 2018-12-29T20:19:00Z (7 years ago)
 - Parents:
 - accdbd83
 - 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
 
- 
          
  uspace/app/bdsh/cmds/modules/ls/ls.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/app/bdsh/cmds/modules/ls/ls.c
raccdbd83 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.
  