Sfoglia il codice sorgente

Merge pull request #296 from tanyaionova/duplicate-patch

Remove duplicate code (#295)
master
Mischievous Meerkat GitHub 5 anni fa
parent
commit
b459879e2a
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. +0
    -4
      src/nnn.c

+ 0
- 4
src/nnn.c Vedi File

@@ -4637,10 +4637,6 @@ int main(int argc, char *argv[])
}
#endif

/* Get custom opener, if set */
opener = xgetenv(env_cfg[NNN_OPENER], utils[OPENER]);
DPRINTF_S(opener);

/* Set nnn nesting level, idletimeout used as tmp var */
idletimeout = xatoi(getenv(env_cfg[NNNLVL]));
setenv(env_cfg[NNNLVL], xitoa(++idletimeout), 1);


||||||
x
 
000:0
Loading…
Annulla
Salva