소스 검색

Change strings

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

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

@@ -3456,7 +3456,7 @@ nochange:
}

if (!r) {
printmsg("required utility missing");
printmsg("utility missing");
goto nochange;
}

@@ -3539,8 +3539,8 @@ nochange:
if ((sel != SEL_COPYALL) && g_crc != crc8fast((uchar *)dents,
ndents * sizeof(struct entry))) {
cfg.copymode = 0;
printmsg("range error: dir/content changed");
DPRINTF_S("range error: dir/content changed");
printmsg("dir/content changed");
DPRINTF_S("dir/content changed");
goto nochange;
}
#endif
@@ -3574,7 +3574,7 @@ nochange:
printmsg("selection off");
goto nochange;
case SEL_COPYLIST:
copybufpos ? showcplist() : printmsg("none selected");
copybufpos ? showcplist() : printmsg("none selected");
goto nochange;
case SEL_CP:
case SEL_MV:


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