瀏覽代碼

Better message for multi-copy

master
Arun Prakash Jana 6 年之前
父節點
當前提交
19e5990d3a
沒有發現已知的金鑰在資料庫的簽署中 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:


Loading…
取消
儲存