X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmHeaderEntry.cxx;fp=src%2FgdcmHeaderEntry.cxx;h=cca4311b3d76c89b827cd2a24aa7704da5fb9ade;hb=5311d94213fb3d388924e1d5b8a9e11d1d40fcb3;hp=b3dd2ef2254b2a9e3aae7f5488c96686300e0973;hpb=36065b288af82c4259a56523a3bd5fb4a529d7b5;p=gdcm.git diff --git a/src/gdcmHeaderEntry.cxx b/src/gdcmHeaderEntry.cxx index b3dd2ef2..cca4311b 100644 --- a/src/gdcmHeaderEntry.cxx +++ b/src/gdcmHeaderEntry.cxx @@ -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