You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
426 B
14 lines
426 B
8 years ago
|
--- ../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 @@
|
||
|
cerr_buffer = std::cerr.rdbuf();
|
||
|
std::cerr.rdbuf(errorlog.rdbuf());
|
||
|
|
||
|
- sigignore(SIGPIPE);
|
||
|
- signal(SIGWINCH, sighandler);
|
||
|
+ // sigignore(SIGPIPE);
|
||
|
+ // signal(SIGWINCH, sighandler);
|
||
|
|
||
|
Mpd.setNoidleCallback(Status::update);
|
||
|
|