Przeglądaj źródła

Fix always archiving current file (#396)

master
KlzXS Mischievous Meerkat 5 lat temu
rodzic
commit
809b1885fb
1 zmienionych plików z 3 dodań i 3 usunięć
  1. +3
    -3
      src/nnn.c

+ 3
- 3
src/nnn.c Wyświetl plik

@@ -5043,9 +5043,9 @@ nochange:

get_archive_cmd(cmd, tmp);

(r == 'y' || r == 'Y') ? archive_selection(cmd, tmp, path)
: spawn(cmd, tmp, dents[cur].name,
path, F_NORMAL | F_MULTI);
(r == 's') ? archive_selection(cmd, tmp, path)
: spawn(cmd, tmp, dents[cur].name,
path, F_NORMAL | F_MULTI);
break;
}
case SEL_OPENWITH:


Ładowanie…
Anuluj
Zapisz