-2004-06-21 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
+2004-06-23 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
* gdcmDocEntry::PrintCommonPart() and ::WriteCommonPart() removed.
Use the gdcmDocEntry::Print() and Write() instead.
+ * src/gdcmDocument.cxx: bug fix.
2004-06-22 Jean-Pierre Roux
In order : to write Sequences, whatever their imbrication level,
Program: gdcm
Module: $RCSfile: gdcmDocument.cxx,v $
Language: C++
- Date: $Date: 2004/06/23 13:02:36 $
- Version: $Revision: 1.27 $
+ Date: $Date: 2004/06/23 13:54:56 $
+ Version: $Revision: 1.28 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
while (true) {
NewDocEntry = ReadNextDocEntry();
+ if (!NewDocEntry)
+ break;
if(delim_mode) {
if (NewDocEntry->isSequenceDelimitor()) {
set->SetSequenceDelimitationItem(NewDocEntry);