X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirElement.cxx;h=b7517e8d577762114bfd6c9a9b7ca62bc73d1ded;hb=c460dc75a10d96fc38011db90fae5bcd8649b743;hp=22530e7d80dce3cc6480309a04efdba0ffdfa225;hpb=4b4569ba7d0829cf3782ff6b5bbe5ae1009466e6;p=gdcm.git diff --git a/src/gdcmDicomDirElement.cxx b/src/gdcmDicomDirElement.cxx index 22530e7d..b7517e8d 100644 --- a/src/gdcmDicomDirElement.cxx +++ b/src/gdcmDicomDirElement.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirElement.cxx,v $ Language: C++ - Date: $Date: 2004/08/01 02:39:09 $ - Version: $Revision: 1.14 $ + Date: $Date: 2004/08/27 15:48:44 $ + Version: $Revision: 1.15 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -37,7 +37,8 @@ gdcmDicomDirElement::gdcmDicomDirElement() { std::string filename = gdcmDictSet::BuildDictPath() + std::string(DICT_ELEM); std::ifstream from(filename.c_str()); - dbg.Error(!from, "gdcmDicomDirElement::gdcmDicomDirElement: can't open dictionary",filename.c_str()); + dbg.Error(!from, "gdcmDicomDirElement::gdcmDicomDirElement: can't open dictionary", + filename.c_str()); char buff[1024]; std::string type;