diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-26 13:39:44 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-26 13:39:44 +0100 |
commit | 226d4ec4a7bc14fc599795844c0ecac2faa8d194 (patch) | |
tree | 617371f8fa3dd4fe64fbdb15eb0eecb8d1917b4b /package/mpd/patches/patch-src_thread_Id_hxx | |
parent | c5cbce58aafc30b7269c978c462e1daed89b57e0 (diff) | |
parent | 3f794fad83e51a090191803aa54f4a7fe0d5a2ef (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/mpd/patches/patch-src_thread_Id_hxx')
-rw-r--r-- | package/mpd/patches/patch-src_thread_Id_hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mpd/patches/patch-src_thread_Id_hxx b/package/mpd/patches/patch-src_thread_Id_hxx index dabee4007..21dd19846 100644 --- a/package/mpd/patches/patch-src_thread_Id_hxx +++ b/package/mpd/patches/patch-src_thread_Id_hxx @@ -1,5 +1,5 @@ ---- mpd-0.18.5.orig/src/thread/Id.hxx 2013-11-18 23:50:46.000000000 +0100 -+++ mpd-0.18.5/src/thread/Id.hxx 2013-11-29 20:50:36.000000000 +0100 +--- mpd-0.18.9.orig/src/thread/Id.hxx 2013-12-11 20:51:53.000000000 +0100 ++++ mpd-0.18.9/src/thread/Id.hxx 2014-03-26 09:04:04.000000000 +0100 @@ -84,7 +84,7 @@ public: #ifdef WIN32 return id == other.id; |