Mercurial > hg > orthanc
changeset 2780:d4e81e0a8324
fix
author | am@osimis.io |
---|---|
date | Tue, 17 Jul 2018 17:50:03 +0200 |
parents | d67298eec14e |
children | 13038d638097 |
files | OrthancServer/OrthancRestApi/OrthancRestResources.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestResources.cpp Tue Jul 17 14:52:32 2018 +0200 +++ b/OrthancServer/OrthancRestApi/OrthancRestResources.cpp Tue Jul 17 17:50:03 2018 +0200 @@ -418,7 +418,7 @@ const std::string& subtype) { assert(type == "image"); - assert(subtype == "pam"); + assert(subtype == "x-portable-arbitrarymap"); image_.EncodeUsingPam(); } };