X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmVR.cxx;h=17c85d4fefce9290b5d3535a24d89e89f9ccc227;hb=c42a0d560374ca98eb7f1531de835fd4cd1c59b0;hp=12d8a5cbae306d4915e9de5814d735237f60613f;hpb=0287dd00505798c37e7fe9c31a4923151fb658eb;p=gdcm.git diff --git a/src/gdcmVR.cxx b/src/gdcmVR.cxx index 12d8a5cb..17c85d4f 100644 --- a/src/gdcmVR.cxx +++ b/src/gdcmVR.cxx @@ -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();