# HG changeset patch # User Sebastien Jodogne # Date 1582887203 -3600 # Node ID bc25deb403027153509dcc2d094cfd65aef0ab1b # Parent 58f92b1c80614d460c2c928684e03a6540ade7b8 typo diff -r 58f92b1c8061 -r bc25deb40302 Core/DicomParsing/FromDcmtkBridge.cpp --- 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);