diff OrthancServer/OrthancRestApi/OrthancRestResources.cpp @ 2780:d4e81e0a8324

fix
author am@osimis.io
date Tue, 17 Jul 2018 17:50:03 +0200
parents 46061a91c88a
children d88970f1ffbf
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();
       }
     };