소스 검색

Fix selection archive

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

+ 3
- 2
src/nnn.c 파일 보기

@@ -3670,8 +3670,9 @@ nochange:
goto nochange;
}

r == 's' ? archive_selection(tmp, path)
: spawn(utils[APACK], tmp, dents[cur].name, path, F_NORMAL);
(r == 'y' || r == 'Y') ? archive_selection(tmp, path)
: spawn(utils[APACK], tmp, dents[cur].name,
path, F_NORMAL);
break;
case SEL_OPENWITH:
dir = NULL;


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