浏览代码

Fix prompt

master
Arun Prakash Jana 5 年前
父节点
当前提交
a34354409b
找不到此签名对应的密钥 GPG 密钥 ID: A75979F35C080412
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/nnn.c

+ 2
- 2
src/nnn.c 查看文件

@@ -3635,8 +3635,8 @@ nochange:
{
switch (sel) {
case SEL_ARCHIVE:
r = get_input("archive selection (else current)? [s]");
if (r == 's') {
r = get_input("archive selection (else current)? [y/Y]");
if (r == 'y' || r == 'Y') {
if (!cpsafe())
goto nochange;
tmp = NULL;


正在加载...
取消
保存