]> Creatis software - gdcm.git/commitdiff
Fix typo
authorjpr <jpr>
Wed, 7 Sep 2005 15:19:37 +0000 (15:19 +0000)
committerjpr <jpr>
Wed, 7 Sep 2005 15:19:37 +0000 (15:19 +0000)
src/gdcmBinEntry.cxx

index eb38569e6b94485ead196cf5de106b1e184b2410..f376df9847d68511acb98ecf6fcdbfb04db609e5 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmBinEntry.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/09/07 14:12:23 $
-  Version:   $Revision: 1.76 $
+  Date:      $Date: 2005/09/07 15:19:37 $
+  Version:   $Revision: 1.77 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -180,7 +180,7 @@ void BinEntry::Print(std::ostream &os, std::string const & )
          else
          {
             //s << " [" << GetValue()
-            s << " [" << "gdcm::Loaded;OA "
+            s << " [" << GDCM_BINLOADED << ";"
               << "length = " << GetLength() << "]";
          } 
       }