From: regrain Date: Thu, 5 Feb 2004 15:09:26 +0000 (+0000) Subject: * bug fix for the file name X-Git-Tag: Version0.4~11 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=29829f5a7f8c7aa21645abea4bf210b6e636bc7a;p=gdcm.git * bug fix for the file name -- BeNours --- diff --git a/src/gdcmDicomDir.cxx b/src/gdcmDicomDir.cxx index 39685088..44b8c68e 100644 --- a/src/gdcmDicomDir.cxx +++ b/src/gdcmDicomDir.cxx @@ -151,7 +151,7 @@ void gdcmDicomDir::NewDicomDir(std::string path) std::sort(list.begin(),list.end(),gdcmDicomDir::HeaderLessThan); - SetElements(path,list); + SetElements(fileList.GetDirName(),list); } /*