]> Creatis software - gdcm.git/commitdiff
* vtk/vtkGdcmReader.cxx : bug fix in the setting of file name
authorregrain <regrain>
Tue, 4 May 2004 07:47:24 +0000 (07:47 +0000)
committerregrain <regrain>
Tue, 4 May 2004 07:47:24 +0000 (07:47 +0000)
     -- BeNours

ChangeLog
vtk/vtkGdcmReader.cxx

index 6e1161c4864d7b00937969611ef07cc0d5313d82..af0044e06dce1c7ded3f33ab6c95ba48a766d7a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2004-05-04 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
+     * vtk/vtkGdcmReader.cxx : bug fix in the setting of file name
+     
 2004-05-03 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
      * vtk/vtkGdcmReader.cxx : bug fix when loading a list of files using the
        file prefix (SetFilePrefix)
index 4b6685e097dba9bd99daca93e90e12845dca8479..3a3de007a9d5b7eb1568a6123dd94f45767463f0 100644 (file)
@@ -123,7 +123,6 @@ void vtkGdcmReader::SetFileName(const char *name)
    // (see vtkGdcmReader::AddFileName), we additionaly need to purge
    // this list when we manually positionate the filename.
    vtkDebugMacro("Clearing all files given with AddFileName");
-   this->SetFilePattern("");
    this->FileNameList.clear();
    this->Modified();
 }