X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDict.cxx;h=b8ed20ab925be239a2c7979da54127a02cdb0678;hb=513f52eb83d002f898a8f0995e8525b269d9d225;hp=46edb403e836229cf88e29f171d4c5e9b11ff5db;hpb=d569212ce5d0577c01b30796b288aafc2ae4fd9d;p=gdcm.git diff --git a/src/gdcmDict.cxx b/src/gdcmDict.cxx index 46edb403..b8ed20ab 100644 --- a/src/gdcmDict.cxx +++ b/src/gdcmDict.cxx @@ -1,5 +1,21 @@ -// gdcmDict.cxx -//----------------------------------------------------------------------------- +/*========================================================================= + + Program: gdcm + Module: $RCSfile: gdcmDict.cxx,v $ + Language: C++ + Date: $Date: 2004/06/22 13:47:33 $ + Version: $Revision: 1.37 $ + + 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. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + #include "gdcmDict.h" #include "gdcmUtil.h" #include "gdcmDebug.h" @@ -16,7 +32,7 @@ */ gdcmDict::gdcmDict(std::string & FileName) { guint16 group, element; - char buff[1024]; + //char buff[1024]; TagName vr; TagName fourth; TagName name; @@ -31,6 +47,7 @@ gdcmDict::gdcmDict(std::string & FileName) { from >> element; from >> vr; from >> fourth; + eatwhite(from); getline(from, name); /// MEMORY LEAK in std::getline<> gdcmDictEntry * newEntry = new gdcmDictEntry(group, element,