X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmTS.cxx;h=152aaebb91b9b4f7d09fbd995b4b02d9ab318513;hb=64f79e8efbfae49231d1f469aa4fcc4acf0da70c;hp=630ed7c6916b3dc0c194754aff58c160309e85d5;hpb=19f72d139faa0f6a03f4e4a33be4c6b3e70b18b7;p=gdcm.git diff --git a/src/gdcmTS.cxx b/src/gdcmTS.cxx index 630ed7c6..152aaebb 100644 --- a/src/gdcmTS.cxx +++ b/src/gdcmTS.cxx @@ -3,12 +3,12 @@ Program: gdcm Module: $RCSfile: gdcmTS.cxx,v $ Language: C++ - Date: $Date: 2004/06/23 03:36:24 $ - Version: $Revision: 1.21 $ + Date: $Date: 2004/09/27 08:39:07 $ + Version: $Revision: 1.24 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or - http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details. + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR @@ -35,7 +35,6 @@ gdcmTS::gdcmTS(void) std::ifstream from(filename.c_str()); dbg.Error(!from, "gdcmTS::gdcmTS: can't open dictionary",filename.c_str()); - //char buff[1024]; //not used std::string key; std::string name; @@ -43,7 +42,7 @@ gdcmTS::gdcmTS(void) from >> key; eatwhite(from); - getline(from, name); /// MEMORY LEAK + std::getline(from, name); /// MEMORY LEAK if(key!="") {