From: malaterre Date: Thu, 9 Oct 2003 14:58:28 +0000 (+0000) Subject: * FIX: jpr !!! X-Git-Tag: Version0.3.1~121 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=02cfbaecc6c9fc4143576812d2b99b6de9616c91;p=gdcm.git * FIX: jpr !!! --- diff --git a/src/gdcmHeader.cxx b/src/gdcmHeader.cxx index de05007f..0a222f0f 100644 --- a/src/gdcmHeader.cxx +++ b/src/gdcmHeader.cxx @@ -1,4 +1,4 @@ -// $Header: /cvs/public/gdcm/src/Attic/gdcmHeader.cxx,v 1.96 2003/10/09 13:22:54 jpr Exp $ +// $Header: /cvs/public/gdcm/src/Attic/gdcmHeader.cxx,v 1.97 2003/10/09 14:58:28 malaterre Exp $ #include "gdcmHeader.h" @@ -617,7 +617,7 @@ void gdcmHeader::FixFoundLength(gdcmElValue * ElVal, guint32 FoundLength) { if (FoundLength == 13) // The following 'if' will be removed when there is no more // images on Creatis HD with a 13 length for Manufacturer... - if ( (ElVal->GetGroup() != 0x0008) || (ElVal->GetElem() ) + if ( (ElVal->GetGroup() != 0x0008) || (ElVal->GetElement() ) ) // end of remove area FoundLength =10;