Przeglądaj źródła

Merge pull request #296 from tanyaionova/duplicate-patch

Remove duplicate code (#295)
master
Mischievous Meerkat GitHub 6 lat temu
rodzic
commit
b459879e2a
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 4 usunięć
  1. +0
    -4
      src/nnn.c

+ 0
- 4
src/nnn.c Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz