소스 검색

No need to initialize sel

master
Arun Prakash Jana 5 년 전
부모
커밋
08bd6f1bcb
No known key found for this signature in database GPG 키 ID: A75979F35C080412
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c 파일 보기

@@ -2538,7 +2538,7 @@ static void browse(char *ipath)
char *dir, *tmp, *run = NULL, *env = NULL;
struct stat sb;
int r, fd, presel, ncp = 0, copystartid = 0, copyendid = 0;
enum action sel = SEL_RUNARG + 1;
enum action sel;
bool dir_changed = FALSE;

/* setup first context */


불러오는 중...
취소
저장