Procházet zdrojové kódy

Merge pull request #296 from tanyaionova/duplicate-patch

Remove duplicate code (#295)
master
Mischievous Meerkat GitHub před 6 roky
rodič
revize
b459879e2a
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  1. +0
    -4
      src/nnn.c

+ 0
- 4
src/nnn.c Zobrazit soubor

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


Načítá se…
Zrušit
Uložit