Mercurial > hg > minc-tools
changeset 2521:98fdedc89f96
ecattominc: fixed segmentation fault on 64-bit systems
author | nikelski <nikelski> |
---|---|
date | Fri, 21 Jan 2011 00:42:11 +0000 |
parents | 0c1881ddbe7a |
children | 0cd12c0b0bc7 |
files | ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-01-19 Jim Nikelski <nikelski@bic.mni.mcgill.ca> + * Fixed x86_64 ecattominc bug which resulted in a segmentation fault + on 64-bit platforms. Change primarily required changing the type + of the "dirblock" IO buffer from long to int32_t, reflecting the + actual storage type in the ecat file. + 2010-11-23 Claude Lepage <claude@bic.mni.mcgill.ca> * Fixed bug in dicom_to_minc.c for segmentation fault on undefined sequence (initialization of gi_ptr->cur_size)