Sfoglia il codice sorgente

Fix selection archive

master
Arun Prakash Jana 6 anni fa
parent
commit
602ec0e41b
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. +3
    -2
      src/nnn.c

+ 3
- 2
src/nnn.c Vedi File

@@ -3670,8 +3670,9 @@ nochange:
goto nochange;
}

r == 's' ? archive_selection(tmp, path)
: spawn(utils[APACK], tmp, dents[cur].name, path, F_NORMAL);
(r == 'y' || r == 'Y') ? archive_selection(tmp, path)
: spawn(utils[APACK], tmp, dents[cur].name,
path, F_NORMAL);
break;
case SEL_OPENWITH:
dir = NULL;


Loading…
Annulla
Salva