diff Core/DicomParsing/FromDcmtkBridge.cpp @ 3708:bc25deb40302

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Feb 2020 11:53:23 +0100
parents fd302ec6a502
children 2a170a8f1faf
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);