]> Creatis software - gdcm.git/commitdiff
Fix misstyping
authorjpr <jpr>
Fri, 23 Dec 2005 10:25:23 +0000 (10:25 +0000)
committerjpr <jpr>
Fri, 23 Dec 2005 10:25:23 +0000 (10:25 +0000)
src/gdcmDicomDir.cxx

index 08be083ff00dcba018619cc0f06969b8cdd29fa4..e1654bcd35dd81f23199909460737b7827dc83c9 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDir.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/12/21 14:50:59 $
-  Version:   $Revision: 1.182 $
+  Date:      $Date: 2005/12/23 10:25:23 $
+  Version:   $Revision: 1.183 $
   
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -1002,8 +1002,8 @@ void DicomDir::SetElement(std::string const &path, DicomDirType type,
          val += Util::GetVersion();
       }
 */ 
-      if (val == "") 
-        entry->SetString( val ); // troubles expected when vr=SQ ...
+
+      entry->SetString( val ); // troubles expected when vr=SQ ...
 
       if ( type == GDCM_DICOMDIR_META ) // fusible : should never print !
       {