From e5a944871f9a3b163ac4589e32b05329ef681008 Mon Sep 17 00:00:00 2001 From: malaterre Date: Sat, 23 Jul 2005 01:54:03 +0000 Subject: [PATCH] COMP: Remove deprecated call from cascade deprecated functions... --- src/gdcmFile.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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' } /** -- 2.48.1