ソースを参照

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;


読み込み中…
キャンセル
保存