]> Creatis software - gdcm.git/blobdiff - src/gdcmDocEntry.cxx
FIX: Revert back to previous version, I don't believe this was a really safe code...
[gdcm.git] / src / gdcmDocEntry.cxx
index 5f313486e8e6065d719c6daaaca6605c57ba9bf6..ed0a9e8b7f7e5631b28b2a505bc8b0045ccd7c84 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocEntry.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/09/13 12:10:53 $
-  Version:   $Revision: 1.19 $
+  Date:      $Date: 2004/09/17 08:54:26 $
+  Version:   $Revision: 1.20 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -69,7 +69,7 @@ void gdcmDocEntry::Print(std::ostream & os)
        
    if (PrintLevel >= 2)
    {
-      s << "lg : ";
+      s << " lg : ";
       lgth = GetReadLength(); // ReadLength, as opposed to UsableLength
       if (lgth == 0xffffffff)
       {