From 3f5881f0fd79a5edd8270d33cc92a24c706c1140 Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 21 Nov 2007 16:25:26 +0000 Subject: [PATCH] Fix trouble in Anonymize --- src/gdcmFile.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/gdcmFile.cxx b/src/gdcmFile.cxx index acc5acfa..d70964b1 100644 --- a/src/gdcmFile.cxx +++ b/src/gdcmFile.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.cxx,v $ Language: C++ - Date: $Date: 2007/10/23 15:52:33 $ - Version: $Revision: 1.341 $ + Date: $Date: 2007/11/21 16:25:26 $ + Version: $Revision: 1.342 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -1913,12 +1913,13 @@ bool File::AnonymizeFile() gdcmWarningMacro( "You cannot 'Anonymize' a SeqEntry "); continue; } - +/* if ( dynamic_cast(d) ) { gdcmWarningMacro( "To 'Anonymize' a DataEntry, better use AnonymizeNoLoad (FIXME) "); continue; } +*/ else SetEntryString ((*it).Value, (*it).Group, (*it).Elem); } -- 2.45.1