]> Creatis software - gdcm.git/blobdiff - src/gdcmVR.cxx
ENH: Remove any possible leaks with the dictionary. Now there is no /new/ anymore...
[gdcm.git] / src / gdcmVR.cxx
index 12d8a5cbae306d4915e9de5814d735237f60613f..17c85d4fefce9290b5d3535a24d89e89f9ccc227 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmVR.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/10/27 21:28:56 $
-  Version:   $Revision: 1.20 $
+  Date:      $Date: 2004/10/27 22:31:12 $
+  Version:   $Revision: 1.21 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -54,7 +54,7 @@ VR::VR()
 
       if(key != "")
       {
-         vr[key]=name;
+         vr[key] = name;
       }
    }
    from.close();