Ver código fonte

Fix selection archive

master
Arun Prakash Jana 6 anos atrás
pai
commit
602ec0e41b
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: A75979F35C080412
1 arquivos alterados com 3 adições e 2 exclusões
  1. +3
    -2
      src/nnn.c

+ 3
- 2
src/nnn.c Ver arquivo

@@ -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;


Carregando…
Cancelar
Salvar