Skip to content

Commit baf5d07

Browse files
at
1 parent 73f37a8 commit baf5d07

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/tree/tree/listage.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,7 @@ struct DtwStringArray *DtwTree_list_files_recursively(struct DtwTree *self, cons
143143
DtwTreePart *current = self->tree_parts[i];
144144
DtwPath *current_path = current->path;
145145
char *current_path_string = DtwPath_get_path(current_path);
146-
if(!current_path_string){
147-
continue;
148-
}
146+
149147

150148
long size = strlen(current_path_string);
151149
char last_char = current_path_string[size-1];

0 commit comments

Comments
 (0)