From: jpr Date: Wed, 7 Sep 2005 15:19:37 +0000 (+0000) Subject: Fix typo X-Git-Tag: Version1.2.bp~97 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=92fe82e2bc99ea08ec0a2668e629123e8dd011ca;p=gdcm.git Fix typo --- 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() << "]"; } }