1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 03:00:42 -04:00
ports/graphics/aeskulap/files/patch-imagepool_poolassociation.cpp
Yuri Victorovich 6aefaf4b81 graphics/dcmtk: Update 3.6.0 -> 3.6.4; Move to the 'graphics' category
Port changes:
* Take maintainership
* Move to github
* Remove targets: it installs itself fine

Update graphics/aeskulap: Swutch to a more updated fork; Update patches and dependencies.
2018-12-13 00:01:51 +00:00

11 lines
463 B
C++

--- imagepool/poolassociation.cpp.orig 2018-12-12 23:25:10 UTC
+++ imagepool/poolassociation.cpp
@@ -120,7 +120,7 @@ OFCondition Association::SendObject(DcmD
T_DIMSE_C_StoreRSP rsp;
// check if we SOPClass and SOPInstance in dataset
- if (!DU_findSOPClassAndInstanceInDataSet(dataset, sopClass, sopInstance))
+ if (!DU_findSOPClassAndInstanceInDataSet(dataset, sopClass, strlen(sopClass), sopInstance, strlen(sopInstance)))
{
return DIMSE_BADDATA;
}