This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Immanuel
/
nnn
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Use inline for once-used function
master
Arun Prakash Jana
пре 4 година
родитељ
1d903a8c90
комит
627c5cfc36
No known key found for this signature in database
GPG Key ID:
A75979F35C080412
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/nnn.c
+ 1
- 1
src/nnn.c
Прегледај датотеку
@@ -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…
Откажи
Сачувај