This is an automated email from the git hooks/post-receive script. gewo pushed a commit to branch master in repository orthanc-wsi.
commit d67e9135623659fee753545495e027ff471d2516 Author: Gert Wollny <[email protected]> Date: Sun Jun 25 07:57:38 2017 +0000 update patch for dcmtk --- debian/patches/dcmtk-3.6.1~20170228.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debian/patches/dcmtk-3.6.1~20170228.patch b/debian/patches/dcmtk-3.6.1~20170228.patch index 8d70001..5f38322 100644 --- a/debian/patches/dcmtk-3.6.1~20170228.patch +++ b/debian/patches/dcmtk-3.6.1~20170228.patch @@ -18,3 +18,14 @@ Author: Gert Wollny <[email protected]> /usr/share/libdcmtk1 /usr/share/libdcmtk2 /usr/share/libdcmtk3 +--- a/Resources/Orthanc/OrthancServer/FromDcmtkBridge.cpp ++++ b/Resources/Orthanc/OrthancServer/FromDcmtkBridge.cpp +@@ -1681,7 +1681,7 @@ + throw OrthancException(ErrorCode_BadParameterType); + } + +- DcmSequenceOfItems* sequence = new DcmSequenceOfItems(key, value.size()); ++ DcmSequenceOfItems* sequence = new DcmSequenceOfItems(key); + element.reset(sequence); + + for (Json::Value::ArrayIndex i = 0; i < value.size(); i++) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/orthanc-wsi.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
