X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmSQItem.cxx;h=b63b376a44d153d512b895742fd5cb6f9be9c9b6;hb=be54aab0103af7dee1a3bb5b8b3ee93b59ca9073;hp=7ca6d20260f73dd09e72b3fce3ca809c2cc6585b;hpb=aaeee7164728ec0749a525f0c74274865712ec37;p=gdcm.git diff --git a/src/gdcmSQItem.cxx b/src/gdcmSQItem.cxx index 7ca6d202..b63b376a 100644 --- a/src/gdcmSQItem.cxx +++ b/src/gdcmSQItem.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSQItem.cxx,v $ Language: C++ - Date: $Date: 2005/01/24 16:10:53 $ - Version: $Revision: 1.57 $ + Date: $Date: 2005/01/24 16:44:54 $ + Version: $Revision: 1.58 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -184,8 +184,7 @@ bool SQItem::SetEntryValue(std::string const &val, uint16_t group, if ( ( group < (*i)->GetGroup() ) ||( group == (*i)->GetGroup() && elem < (*i)->GetElement()) ) { - // instead of ReplaceOrCreate - // that is a method of Document :-( + // instead of Insert, that is a method of Document :-( ValEntry* entry = 0; TagKey key = DictEntry::TranslateToKey(group, elem);