This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Immanuel
/
nnn
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Fix build break
master
Arun Prakash Jana
пре 5 година
родитељ
1224270104
комит
f3c4dae1dd
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
Прегледај датотеку
@@ -2918,7 +2918,7 @@ static bool parsekvpair(kv **arr, char **envcpy, const uchar id, ushort *items)
if (!maxitems)
return FALSE;
*arr =
malloc(maxitems *
sizeof(kv));
*arr =
calloc(maxitems,
sizeof(kv));
if (!arr) {
xerror();
return FALSE;
Write
Preview
Loading…
Откажи
Сачувај