changeset 574:d16e82b27c70

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Jun 2023 18:14:45 +0200
parents 7fff8bc414e3
children be50622282fb
files Plugin/WadoRs.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Plugin/WadoRs.cpp	Tue Jun 27 16:46:52 2023 +0200
+++ b/Plugin/WadoRs.cpp	Tue Jun 27 18:14:45 2023 +0200
@@ -252,7 +252,7 @@
     }
   }
 
-  if (attributes.find("ra,ge") != attributes.end())
+  if (attributes.find("range") != attributes.end())
   {
     throw Orthanc::OrthancException(Orthanc::ErrorCode_BadRequest,
                                     "This WADO-RS plugin does not support Range retrieval, "