[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. 1a8f66978707ea31fbc8ae963e20341bbc
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2020-06-26 08:58:11
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grassroots DICOM".
The branch, release has been updated
via 1a8f66978707ea31fbc8ae963e20341bbce68d47 (commit)
from 3fe18f3572b42c4149d174cf46abd625ab0b0dea (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/gdcm/gdcm/ci/1a8f66978707ea31fbc8ae963e20341bbce68d47/
commit 1a8f66978707ea31fbc8ae963e20341bbce68d47
Author: Mathieu Malaterre <mat...@gm...>
Date: Fri Jun 26 10:57:30 2020 +0200
Properly report an error
Fix bug #466
diff --git a/Source/DataStructureAndEncodingDefinition/gdcmBasicOffsetTable.h b/Source/DataStructureAndEncodingDefinition/gdcmBasicOffsetTable.h
index 745add577..dd031a18d 100644
--- a/Source/DataStructureAndEncodingDefinition/gdcmBasicOffsetTable.h
+++ b/Source/DataStructureAndEncodingDefinition/gdcmBasicOffsetTable.h
@@ -70,7 +70,7 @@ public:
bv->SetLength(ValueLengthField);
if( !bv->Read<TSwap>(is) )
{
- assert(0 && "Should not happen");
+ gdcmAssertAlwaysMacro(0 && "Should not happen");
return is;
}
ValueField = bv;
-----------------------------------------------------------------------
Summary of changes:
Source/DataStructureAndEncodingDefinition/gdcmBasicOffsetTable.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Grassroots DICOM
|