mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 06:00:10 +00:00
packages/ncmpcpp
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
--- ../cache/ncmpcpp-8134e6e23b2787322fa10e65e44d286da82eea91/src/ncmpcpp.cpp 2017-04-23 02:24:57.000000000 +0000
|
||||
+++ ./src/ncmpcpp.cpp 2017-04-30 03:20:01.848812572 +0000
|
||||
@@ -108,8 +108,8 @@
|
||||
--- a/src/ncmpcpp.cpp
|
||||
+++ b/src/ncmpcpp.cpp
|
||||
@@ -108,7 +108,7 @@
|
||||
cerr_buffer = std::cerr.rdbuf();
|
||||
std::cerr.rdbuf(errorlog.rdbuf());
|
||||
|
||||
- sigignore(SIGPIPE);
|
||||
+ // sigignore(SIGPIPE);
|
||||
signal(SIGWINCH, sighandler);
|
||||
- signal(SIGPIPE, SIG_IGN);
|
||||
+ //signal(SIGPIPE, SIG_IGN);
|
||||
signal(SIGWINCH, sighandler);
|
||||
|
||||
Mpd.setNoidleCallback(Status::update);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user