X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocEntry.cxx;h=172a6a7a09c60d09c2e1ce47ea1fbcc2e6cb62cd;hb=50f4e4eb84995ab5900b33397a2004a0eb86c6e9;hp=5f518a61e1cc285d4ebe65ffb99f4cedbcd3f3bf;hpb=4362b8f0545aa491dcf5295ad96d910aac169462;p=gdcm.git diff --git a/src/gdcmDocEntry.cxx b/src/gdcmDocEntry.cxx index 5f518a61..172a6a7a 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/06/07 10:07:20 $ - Version: $Revision: 1.56 $ + Date: $Date: 2005/06/07 13:44:47 $ + Version: $Revision: 1.57 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -231,10 +231,9 @@ void DocEntry::Print(std::ostream &os, std::string const & ) lgth = GetReadLength(); // ReadLength, as opposed to Length if (lgth == 0xffffffff) { - st = "ffff"; s.setf(std::ios::left); - s << std::setw(10-st.size()) << " "; - s << st << " "; + s << std::setw(10-st.size()); + s << " ffff "; s.setf(std::ios::left); s << std::setw(8) << "-1"; }