X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmBinEntry.cxx;h=f6645e7b28f5edc9704b6abcb3d7fa964041cbd7;hb=refs%2Ftags%2FVersion0.6.bp;hp=b560cc2cd0787d70b2c20f42c6172d6a94f0fd85;hpb=fea9426f960497d2d9124ab532d2097f2915678f;p=gdcm.git diff --git a/src/gdcmBinEntry.cxx b/src/gdcmBinEntry.cxx index b560cc2c..f6645e7b 100644 --- a/src/gdcmBinEntry.cxx +++ b/src/gdcmBinEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmBinEntry.cxx,v $ Language: C++ - Date: $Date: 2004/10/22 03:05:40 $ - Version: $Revision: 1.34 $ + Date: $Date: 2004/11/03 20:52:12 $ + Version: $Revision: 1.35 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -111,6 +111,7 @@ void BinEntry::Write(std::ofstream* fp, FileType filetype) { // there is a 'non string' LUT, overlay, etc fp->write ( (char*)binArea, lgr ); // Elem value + //assert( strlen((char*)binArea) == lgr ); } else