This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Immanuel
/
nnn
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Let buffer for current path be auto-allocated
master
Arun Prakash Jana
пре 4 година
родитељ
2e870f3879
комит
55f2a0823a
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
Прегледај датотеку
@@ -7657,7 +7657,7 @@ int main(int argc, char *argv[])
session = NULL;
} else if (argc == optind) {
/* Start in the current directory */
initpath = getcwd(NULL,
PATH_MAX
);
initpath = getcwd(NULL,
0
);
if (!initpath)
initpath = "/";
} else {
Write
Preview
Loading…
Откажи
Сачувај