Sfoglia il codice sorgente

Merge pull request #856 from KlzXS/cpmvrm

Add check for empty selection
master
Mischievous Meerkat GitHub 3 anni fa
parent
commit
916910bd7a
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. +5
    -0
      src/nnn.c

+ 5
- 0
src/nnn.c Vedi File

@@ -2084,6 +2084,11 @@ static bool cpmvrm_selection(enum action sel, char *path)
{
int r;

if (!selbufpos) {
printmsg(messages[MSG_0_SELECTED]);
return FALSE;
}

if (!selsafe())
return FALSE;



Loading…
Annulla
Salva