Arun Prakash Jana пре 6 година
родитељ
комит
a34354409b
No known key found for this signature in database GPG Key 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;


Loading…
Откажи
Сачувај