Drop never read initialization
(cherry picked from commit 9f28920a64c155957b83324cd3a3cf0fda6020c9)
Этот коммит содержится в:
родитель
84834ff370
Коммит
3959210051
@ -330,7 +330,7 @@ void dirlist_select(struct dir *d) {
|
||||
*/
|
||||
struct dir *dirlist_top(int hint) {
|
||||
struct dir *t;
|
||||
int i = winrows-3, visible = 0;
|
||||
int i, visible = 0;
|
||||
|
||||
if(hint == -2 || hint == -3)
|
||||
top = NULL;
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user