Mercurial > hg > orthanc-wsi
changeset 224:c6ef9ff37f69
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 13 Jan 2021 09:24:43 +0100 |
parents | 443f219a68fd |
children | 96d1774148e7 |
files | Framework/Inputs/DicomPyramid.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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<std::string> 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"))