mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
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.
11 lines
463 B
C++
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;
|
|
}
|