X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFrame.cxx;h=a3330bb2e34f17c985505273eb775c32aa9892ae;hb=56a8ed8f761ffe0b37da6c3310dadee80333d689;hp=972f6a8190498c09ad9cc9eb1ecc35a3744d8224;hpb=e9a711266d34e33b482edbe241b2e40db7d9915a;p=gdcm.git diff --git a/src/gdcmRLEFrame.cxx b/src/gdcmRLEFrame.cxx index 972f6a81..a3330bb2 100644 --- a/src/gdcmRLEFrame.cxx +++ b/src/gdcmRLEFrame.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmRLEFrame.cxx,v $ Language: C++ - Date: $Date: 2005/11/09 10:18:44 $ - Version: $Revision: 1.9 $ + Date: $Date: 2005/11/28 17:24:21 $ + Version: $Revision: 1.12 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -120,7 +120,8 @@ bool RLEFrame::ReadAndDecompressRLEFragment( uint8_t *subRaw, if ( numberOfReadBytes > fragmentSize ) { gdcmWarningMacro( "Read more bytes (" << numberOfReadBytes - << " ) than the segment size. (" << fragmentSize << ")" ); + << " ) than the segment size. (" + << fragmentSize << ")" ); return false; } } @@ -140,7 +141,7 @@ bool RLEFrame::ReadAndDecompressRLEFragment( uint8_t *subRaw, * @param indent Indentation string to be prepended during printing. * @param os Stream to print to. */ -void RLEFrame::Print( std::ostream &os, std::string indent ) +void RLEFrame::Print( std::ostream &os, std::string const &indent ) { os << indent << "--- fragments"