# HG changeset patch # User Sebastien Jodogne # Date 1610526283 -3600 # Node ID c6ef9ff37f69f8e84eeb59cd2cc96318e067dd62 # Parent 443f219a68fda96af0d02a6746b06729418c9e41 typo diff -r 443f219a68fd -r c6ef9ff37f69 Framework/Inputs/DicomPyramid.cpp --- a/Framework/Inputs/DicomPyramid.cpp Wed Jan 13 09:23:22 2021 +0100 +++ b/Framework/Inputs/DicomPyramid.cpp Wed Jan 13 09:24:43 2021 +0100 @@ -96,7 +96,7 @@ std::vector tokens; Orthanc::Toolbox::TokenizeString(tokens, instance->GetImageType(), '\\'); - // Don't consider the thumbnail and overview as part of the DICOM pyramid (new in 0.8) + // Don't consider the thumbnail and overview as part of the DICOM pyramid (new in 1.0) if (tokens.size() < 2 || (tokens[2] != "THUMBNAIL" && tokens[2] != "OVERVIEW"))