]> Creatis software - gdcm.git/blobdiff - src/gdcmElValSet.cxx
* oops forgot to commit Changelog :)
[gdcm.git] / src / gdcmElValSet.cxx
index ae4de17bdd77c3238763a34a66863ae569a6f50c..35ca9ec87613eb153ecd773dc7a5b5aeebd5586b 100644 (file)
@@ -76,8 +76,8 @@ void gdcmElValSet::Print(ostream & os) {
       e = tag->second->GetElement();
       v = tag->second->GetValue();
       o = tag->second->GetOffset();
-      d = _CreateCleanString(v);  // replace non printable characters by '.'
-      d2=d;
+      //d = _CreateCleanString(v);  // replace non printable characters by '.'
+      d2=v;
                 
       os << tag->first << ": ";
       os << " lgr : " << tag->second->GetLength();
@@ -97,7 +97,7 @@ void gdcmElValSet::Print(ostream & os) {
                os << "  ==>\t[" << ts->GetValue(v) << "]"; 
          }
       }              
-      free(d);     
+      //free(d);
       os << endl;
    }
 }