diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/ncmpcpp/files/patch-src_mpdpp.cpp | |
parent | MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff) |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=419133
Diffstat (limited to 'audio/ncmpcpp/files/patch-src_mpdpp.cpp')
-rw-r--r-- | audio/ncmpcpp/files/patch-src_mpdpp.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/ncmpcpp/files/patch-src_mpdpp.cpp b/audio/ncmpcpp/files/patch-src_mpdpp.cpp index db5a6c03c5be..4d03b43c92f8 100644 --- a/audio/ncmpcpp/files/patch-src_mpdpp.cpp +++ b/audio/ncmpcpp/files/patch-src_mpdpp.cpp @@ -1,6 +1,6 @@ ---- src/mpdpp.cpp.orig 2015-11-09 12:52:27 UTC +--- src/mpdpp.cpp.orig 2016-04-17 05:41:01 UTC +++ src/mpdpp.cpp -@@ -95,6 +95,8 @@ Connection::Connection() : m_connection( +@@ -105,6 +105,8 @@ Connection::Connection() : m_connection( m_port(6600), m_timeout(15) { @@ -9,7 +9,7 @@ } void Connection::Connect() -@@ -560,7 +562,7 @@ bool Connection::AddRandomTag(mpd_tag_ty +@@ -570,7 +572,7 @@ bool Connection::AddRandomTag(mpd_tag_ty if (number > tags.size()) return false; @@ -18,7 +18,7 @@ auto it = tags.begin(); for (size_t i = 0; i < number && it != tags.end(); ++i) { -@@ -599,7 +601,7 @@ bool Connection::AddRandomSongs(size_t n +@@ -609,7 +611,7 @@ bool Connection::AddRandomSongs(size_t n } else { |