소스 검색

Better message for multi-copy

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

+ 2
- 2
nnn.c 파일 보기

@@ -2875,7 +2875,7 @@ nochange:
g_crc = crc8fast((uchar *)dents, ndents * sizeof(struct entry));
copystartid = cur;
copybufpos = 0;
printmsg("copymode on");
printmsg("multi-copy on");
DPRINTF_S("copymode on");
} else {
static size_t len;
@@ -2908,7 +2908,7 @@ nochange:
if (!len)
printmsg("files copied");
} else
printmsg("copymode off");
printmsg("multi-copy off");
}
goto nochange;
case SEL_QUOTE:


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