This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Immanuel
/
sxiv
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Ignore SIGPIPE, caused by key handler exiting before all files got printed, fixes issue
#188
master
Bert Münnich
пре 10 година
родитељ
216ad81b59
комит
6216bf6c2d
2 измењених фајлова
са
3 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+2
-0
main.c
+ 1
- 1
Makefile
Прегледај датотеку
@@ -1,4 +1,4 @@
VERSION := git-20141
127
VERSION := git-20141
201
PREFIX := /usr/local
MANPREFIX := $(PREFIX)/share/man
+ 2
- 0
main.c
Прегледај датотеку
@@ -798,6 +798,8 @@ int main(int argc, char **argv)
struct stat fstats;
r_dir_t dir;
signal(SIGPIPE, SIG_IGN);
parse_options(argc, argv);
if (options->clean_cache) {
Write
Preview
Loading…
Откажи
Сачувај