浏览代码

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


正在加载...
取消
保存