From 92fe82e2bc99ea08ec0a2668e629123e8dd011ca Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 7 Sep 2005 15:19:37 +0000 Subject: [PATCH] Fix typo --- src/gdcmBinEntry.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gdcmBinEntry.cxx b/src/gdcmBinEntry.cxx index eb38569e..f376df98 100644 --- a/src/gdcmBinEntry.cxx +++ b/src/gdcmBinEntry.cxx @@ -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() << "]"; } } -- 2.46.1