From: malaterre Date: Sat, 23 Jul 2005 01:54:03 +0000 (+0000) Subject: COMP: Remove deprecated call from cascade deprecated functions... X-Git-Tag: Version1.2.bp~271 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=e5a944871f9a3b163ac4589e32b05329ef681008;p=gdcm.git COMP: Remove deprecated call from cascade deprecated functions... --- diff --git a/src/gdcmFile.cxx b/src/gdcmFile.cxx index 9f095235..10a349c2 100644 --- a/src/gdcmFile.cxx +++ b/src/gdcmFile.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.cxx,v $ Language: C++ - Date: $Date: 2005/07/23 01:27:57 $ - Version: $Revision: 1.258 $ + Date: $Date: 2005/07/23 01:54:03 $ + Version: $Revision: 1.259 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -1764,7 +1764,8 @@ File::File( std::string const &filename ) RLEInfo = new RLEFramesInfo; JPEGInfo = new JPEGFragmentsInfo; - Load( filename ); // gdcm::Document is first Loaded, then the 'File part' + SetFileName( filename ); + Load( ); // gdcm::Document is first Loaded, then the 'File part' } /**