Hi Valerio,
On Tue, Jul 10, 2007 at 09:32:48AM -0400, Valerio Luccio wrote: > I believe I've fixed the bug. I've also added the ACQ description like SPM5. > > Please apply attached patch and test. I took a look at your patch and it seems to fix this bug. I also forwarded it to the original submitter of the bug to get his oppinion. However, I has to add one character to be able to compile dinifte: @@ -536,10 +536,10 @@ bool DICOMImage::GetACQDescription() delete [] strn; strn = NULL; } if ( mosaic_ ) acqDescription_ += string(" Mosaic"); - if ( acqDescription.length() == 0 ) + if ( acqDescription_.length() == 0 ) acqDescription_ = "DINIfTI"; return true; Thanks, Michael -- GPG key: 1024D/3144BE0F Michael Hanke http://apsy.gse.uni-magdeburg.de/hanke ICQ: 48230050 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]