]> Creatis software - gdcm.git/commit
* src/gdcmDocument.cxx : Set the file pointer TP to 0 in the constructors.
authorregrain <regrain>
Wed, 10 Nov 2004 16:13:17 +0000 (16:13 +0000)
committerregrain <regrain>
Wed, 10 Nov 2004 16:13:17 +0000 (16:13 +0000)
commita0fbf995c51ba9e31cca7f14ba1deffdf188f3b9
tree0b85ff37431c86ba79e1760fe9be683544fde716
parentd3b6521bf2c55ffb9850765697b8eeb338c18617
  * src/gdcmDocument.cxx : Set the file pointer TP to 0 in the constructors.
    Verify the file pointer value before open the file, and if it's not null,
    a verbose message is generated.
    Close correctly the file when the file isn't considered dicom-like. The
    correctly close is a call to CloseFile.
    When closing the file pointer, test if its not null to close the file.
  * src/gdcmPixelConvert.cxx : bug fix for the SIEMENS_GBS_III-16-ACR_NEMA_1.acr
    file. For an uncompressed image, the copied datas correspond in the least
    case to the image size (calculated) or the image size specified in the
    header. A verbose is generated if these two size mismatch
  -- BeNours
ChangeLog
src/gdcmDocument.cxx
src/gdcmPixelConvert.cxx