소스 검색

Fix build break

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

+ 5
- 11
src/nnn.c 파일 보기

@@ -5781,20 +5781,14 @@ nochange:
case SEL_CDBEGIN: // fallthrough
case SEL_CDLAST: // fallthrough
case SEL_CDROOT:
switch (sel) {
case SEL_CDHOME:
if (sel == SEL_CDHOME)
dir = home;
break;
case SEL_CDBEGIN:
else if (sel == SEL_CDBEGIN)
dir = ipath;
break;
case SEL_CDLAST:
else if (sel == SEL_CDLAST)
dir = lastdir;
break;
default: /* SEL_CDROOT */
dir = "/";
break;
}
else
dir = "/"; /* SEL_CDROOT */

if (!dir || !*dir) {
printwait(messages[MSG_NOT_SET], &presel);


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