X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocEntry.cxx;h=3653e9fe1c2c78a827504425dcb29a9e836b9732;hb=57492054d705b224298d299ea03a345cc1a81671;hp=a1526820e5dca991408c68b9f4ee87c4e1b38cba;hpb=e791cd8644440c585d94fb5294d24b8fa2157cf7;p=gdcm.git diff --git a/src/gdcmDocEntry.cxx b/src/gdcmDocEntry.cxx index a1526820..3653e9fe 100644 --- a/src/gdcmDocEntry.cxx +++ b/src/gdcmDocEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocEntry.cxx,v $ Language: C++ - Date: $Date: 2005/08/28 16:57:36 $ - Version: $Revision: 1.65 $ + Date: $Date: 2005/09/05 08:32:57 $ + Version: $Revision: 1.66 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -262,6 +262,8 @@ void DocEntry::Print(std::ostream &os, std::string const & ) s << st << " "; s << std::setw(8) << o; } + if (PrintLevel >= 1) + s << " "; s << "[" << vr << "] ";