From d9b76f48d22cb4a56c3a1faffdcc4790b3034be3 Mon Sep 17 00:00:00 2001 From: jpr Date: Mon, 7 Nov 2005 14:10:39 +0000 Subject: [PATCH] WTF is cvs doing? (Lost some lines in my source -> Seg fault on continuous buid. I comment out the broken piece of code) --- src/gdcmFileHelper.cxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/gdcmFileHelper.cxx b/src/gdcmFileHelper.cxx index 1c65a762..cfb9a7c3 100644 --- a/src/gdcmFileHelper.cxx +++ b/src/gdcmFileHelper.cxx @@ -4,8 +4,8 @@ Module: $RCSfile: gdcmFileHelper.cxx,v $ Language: C++ - Date: $Date: 2005/11/07 10:53:55 $ - Version: $Revision: 1.80 $ + Date: $Date: 2005/11/07 14:10:39 $ + Version: $Revision: 1.81 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -1567,9 +1567,10 @@ void FileHelper::CheckMandatoryElements() { Archive->Push(0x0020, 0x0052); } - + // Deal with element 0x0000 (group length) of each group. // First stage : get all the different Groups + /* GroupHT grHT; DocEntry *d = FileInternal->GetFirstEntry(); while(d) @@ -1583,7 +1584,7 @@ void FileHelper::CheckMandatoryElements() CheckMandatoryEntry(it->first, 0x0000, "0"); } // Third stage : update all 'zero level' groups length - +*/ } void FileHelper::CheckMandatoryEntry(uint16_t group,uint16_t elem,std::string value) -- 2.48.1