util.c:freedir() doesn't have to do anything with the selected flag
Этот коммит содержится в:
родитель
690eb3f593
Коммит
fb7b9f94df
@ -217,13 +217,11 @@ struct dir *freedir(struct dir *dr) {
|
|||||||
if(cur == NULL && dr->parent->parent)
|
if(cur == NULL && dr->parent->parent)
|
||||||
cur = dr->parent;
|
cur = dr->parent;
|
||||||
}
|
}
|
||||||
if(cur != NULL)
|
|
||||||
cur->flags |= FF_BSEL;
|
|
||||||
|
|
||||||
free(dr->name);
|
free(dr->name);
|
||||||
free(dr);
|
free(dr);
|
||||||
|
|
||||||
return(cur);
|
return cur;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user