X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmValEntry.cxx;h=66198701929eef7193a2d14144fe2870988a0aac;hb=b330c6f291515e40582b3aa1258d1a27b628aac3;hp=16302d552bcaf9674c3cab5008bf1af27565fbbe;hpb=fefc9b7857bfe001051ec94a59256f6c7b684277;p=gdcm.git diff --git a/src/gdcmValEntry.cxx b/src/gdcmValEntry.cxx index 16302d55..66198701 100644 --- a/src/gdcmValEntry.cxx +++ b/src/gdcmValEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmValEntry.cxx,v $ Language: C++ - Date: $Date: 2005/02/06 14:43:28 $ - Version: $Revision: 1.57 $ + Date: $Date: 2005/02/14 10:45:47 $ + 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 @@ -191,7 +191,7 @@ void ValEntry::Print(std::ostream &os, std::string const &) TS *ts = Global::GetTS(); - TSAtr v = GetValue(); // not applicable for SQ ... + TSAtr v = GetValue(); d2 = Util::CreateCleanString(v); // replace non printable characters by '.' if( GetLength() <= MAX_SIZE_PRINT_ELEMENT_VALUE || PrintLevel >= 3