Mercurial > hg > orthanc
changeset 3859:d30bce4bdae9 c-get
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 21 Apr 2020 16:39:52 +0200 |
parents | 3ab2d48c8f69 |
children | 7a7d18875985 |
files | OrthancServer/OrthancGetRequestHandler.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/OrthancGetRequestHandler.cpp Tue Apr 21 16:37:25 2020 +0200 +++ b/OrthancServer/OrthancGetRequestHandler.cpp Tue Apr 21 16:39:52 2020 +0200 @@ -100,7 +100,7 @@ sopClass, sizeof(sopClass), sopInstance, sizeof(sopInstance))) #else - if (!DU_findSOPClassAndInstanceInDataSet(dcmff.getDataset(), sopClassUid, sopInstance)) + if (!DU_findSOPClassAndInstanceInDataSet(dcmff.getDataset(), sopClass, sopInstance)) #endif { throw OrthancException(ErrorCode_NoSopClassOrInstance,