X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Fsrc1%2Fbruker2dicom.cxx;h=daf97a8fdcdc2159b34b43a395013f93f289a7af;hb=360e0f8bbbb16a0d7604e65e1059541a0e9d83c8;hp=8ac2129b0de2295420f5f5e902cac9f002fc028d;hpb=4010128305f782ebfa194d548222bbaa1eec71d9;p=creaBruker.git diff --git a/lib/src1/bruker2dicom.cxx b/lib/src1/bruker2dicom.cxx index 8ac2129..daf97a8 100644 --- a/lib/src1/bruker2dicom.cxx +++ b/lib/src1/bruker2dicom.cxx @@ -510,13 +510,13 @@ void Bruker2Dicom::DealWithNiveau2(std::string &level2Directory, std::string &cu GDCM_NAME_SPACE::GDCM_FILESEPARATOR + "isa"; - std::string str_isa_func_name + std::string str_isa_func_name; canOpen = br_isa.LoadFile(str_isa); if (!canOpen) { sprintf(outputDirName, "%s%c%s", currentOutputDirName.c_str(), GDCM_NAME_SPACE::GDCM_FILESEPARATOR, - GDCM_NAME_SPACE::Util::GetName(*it).c_str() ) + GDCM_NAME_SPACE::Util::GetName(*it).c_str() ); } else {