Mercurial > hg > orthanc
changeset 3708:bc25deb40302
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 28 Feb 2020 11:53:23 +0100 |
parents | 58f92b1c8061 |
children | 1f4910999fe7 |
files | Core/DicomParsing/FromDcmtkBridge.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/DicomParsing/FromDcmtkBridge.cpp Thu Feb 27 11:25:57 2020 +0100 +++ b/Core/DicomParsing/FromDcmtkBridge.cpp Fri Feb 28 11:53:23 2020 +0100 @@ -1404,7 +1404,7 @@ if (tag.IsPrivate()) { // https://forum.dcmtk.org/viewtopic.php?t=4527 - LOG(WARNING) << "You are using DCMTK <= 3.6.0: All the private tags " + LOG(WARNING) << "You are using DCMTK <= 3.6.1: All the private tags " "are considered as having a binary value representation"; key.setPrivateCreator(privateCreator.c_str()); return new DcmOtherByteOtherWord(key);