[med-svn] [aeskulap] 04/05: yet another patch update
Gert Wollny
gert-guest at moszumanska.debian.org
Fri Jun 23 09:59:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository aeskulap.
commit 43f036290d515eca9c83fd0e60bce4ab1e46bd3f
Author: Gert Wollny <gewo at debian.org>
Date: Fri Jun 23 09:44:54 2017 +0000
yet another patch update
---
debian/patches/newDicomElement.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/debian/patches/newDicomElement.patch b/debian/patches/newDicomElement.patch
index 666c646..0f9716d 100644
--- a/debian/patches/newDicomElement.patch
+++ b/debian/patches/newDicomElement.patch
@@ -278,3 +278,14 @@ Bug: https://bugs.debian.org/865591
transferSyntaxes, DIM_OF(transferSyntaxes));
}
}
+--- a/imagepool/poolnetwork.cpp
++++ b/imagepool/poolnetwork.cpp
+@@ -225,7 +225,7 @@
+ }
+
+ /* the array of Storage SOP Class UIDs comes from dcuid.h */
+- for (i=0; i<numberOfAllDcmStorageSOPClassUIDs && cond.good(); i++) {
++ for (i=0; i<numberOfDcmAllStorageSOPClassUIDs && cond.good(); i++) {
+ cond = ASC_addPresentationContext(params, pid, dcmAllStorageSOPClassUIDs[i], transferSyntaxes, transferSyntaxes_count);
+ pid += 2; /* only odd presentation context id's */
+ }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/aeskulap.git
More information about the debian-med-commit
mailing list