]> Creatis software - gdcm.git/blobdiff - src/gdcmUtil.cxx
* This commit should fix the Debug building under VC++, the problem was mainly a...
[gdcm.git] / src / gdcmUtil.cxx
index 817c93a905fecd6feda6577fbe002ec7d12efae5..ec86bb6ea74d7ef3ca874d6b254db6cb6118f6ab 100644 (file)
@@ -1,4 +1,4 @@
-// $Header: /cvs/public/gdcm/src/gdcmUtil.cxx,v 1.16 2003/09/05 11:53:39 malaterre Exp $
+// $Header: /cvs/public/gdcm/src/gdcmUtil.cxx,v 1.17 2003/09/19 15:36:05 malaterre Exp $
 
 //This is needed when compiling in debug mode
 #ifdef _MSC_VER
@@ -139,7 +139,7 @@ char * _cleanString(char *v) {
 ///////////////////////////////////////////////////////////////////////////
 // to prevent a flashing screen when non-printable character
 
-char * _CreateCleanString(string s) {
+/*char * _CreateCleanString(string s) {
    char *d, *di, *v;
    int i, l;
    v=(char*)s.c_str();
@@ -152,7 +152,7 @@ char * _CreateCleanString(string s) {
          *di = '.';
       }        
    return d;
-}
+}*/
 
 ///////////////////////////////////////////////////////////////////////////
 //