Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
nnn
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Use inline for once-used function
master
Arun Prakash Jana
5 anni fa
parent
1d903a8c90
commit
627c5cfc36
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG:
A75979F35C080412
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/nnn.c
+ 1
- 1
src/nnn.c
Vedi File
@@ -1971,7 +1971,7 @@ static char *xgetenv(const char * const name, char *fallback)
}
/* Checks if an env variable is set to 1 */
static uint xgetenv_val(const char *name)
static
inline
uint xgetenv_val(const char *name)
{
char *str = getenv(name);
Write
Preview
Loading…
Annulla
Salva