Mercurial > hg > orthanc
changeset 1333:732b6a4ed541
clang warning removal
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 30 Mar 2015 15:12:21 +0200 |
parents | f2033e228864 |
children | 7f0aa3c0f659 |
files | OrthancServer/Internals/StoreScp.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Internals/StoreScp.cpp Mon Mar 30 14:34:40 2015 +0200 +++ b/OrthancServer/Internals/StoreScp.cpp Mon Mar 30 15:12:21 2015 +0200 @@ -182,7 +182,7 @@ // check the image to make sure it is consistent, i.e. that its sopClass and sopInstance correspond // to those mentioned in the request. If not, set the status in the response message variable. - if ((rsp->DimseStatus == STATUS_Success)) + if (rsp->DimseStatus == STATUS_Success) { // which SOP class and SOP instance ? if (!DU_findSOPClassAndInstanceInDataSet(*imageDataSet, sopClass, sopInstance, /*opt_correctUIDPadding*/ OFFalse))