]> Creatis software - gdcm.git/blobdiff - src/gdcmHeaderEntry.cxx
* src/gdcmUtil.[cxx|h] _cleanString C style function (replaced with
[gdcm.git] / src / gdcmHeaderEntry.cxx
index b3dd2ef2254b2a9e3aae7f5488c96686300e0973..cca4311b3d76c89b827cd2a24aa7704da5fb9ade 100644 (file)
@@ -54,7 +54,7 @@ void gdcmHeaderEntry::Print(std::ostream & os) {
    sprintf(greltag,"%04x|%04x ",g,e);           
    s << greltag ;
        
-   d2 = _CreateCleanString(v);  // replace non printable characters by '.'
+   d2 = CreateCleanString(v);  // replace non printable characters by '.'
    if (printLevel>=2) { 
       s << "lg : ";
       lgth = GetReadLength(); // ReadLength, as opposed to UsableLength