X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDict.cxx;h=1af0d6b5da07990c6b495ff6199187f8bd2ebf15;hb=4f3b36b1db085e9be749d2cababa274d1e76b68d;hp=845114d235816d3fd7a8badef24a73ee3899207d;hpb=cb6cf86b2b3cc6b43d40561fb9552ebd19fdbc99;p=gdcm.git diff --git a/src/gdcmDict.cxx b/src/gdcmDict.cxx index 845114d2..1af0d6b5 100644 --- a/src/gdcmDict.cxx +++ b/src/gdcmDict.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDict.cxx,v $ Language: C++ - Date: $Date: 2005/10/23 15:32:30 $ - Version: $Revision: 1.82 $ + Date: $Date: 2005/11/05 13:25:26 $ + Version: $Revision: 1.83 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -305,7 +305,7 @@ void Dict::DoTheLoadingJob(std::ifstream &from) from >> vm; from >> std::ws; //remove white space std::getline(from, name); - + newEntry = DictEntry::New(group, elem, vr, vm, name); AddEntry(newEntry); newEntry->Delete();