X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestAllReadCompareDicom.cxx;h=3f1116581bcd9514ddfa5183842818246a99dbc1;hb=dbcde8e6df2bcc9eef8a249111a500f289214ace;hp=9e10924e584cae4ebed5f213ee06f80d438b181f;hpb=11fc54d61470c43ef09edf0c543906ed1973bf3c;p=gdcm.git diff --git a/Testing/TestAllReadCompareDicom.cxx b/Testing/TestAllReadCompareDicom.cxx index 9e10924e..3f111658 100644 --- a/Testing/TestAllReadCompareDicom.cxx +++ b/Testing/TestAllReadCompareDicom.cxx @@ -44,7 +44,7 @@ int InternalTest(std::string const & filename, std::string const & referenceFile ////// When reference file is not gdcm readable test is failed: - gdcmFile* reference = new gdcmFile( referenceFileName.c_str() ); + gdcmFile* reference = new gdcmFile( referenceFileName ); if( !reference->GetHeader()->IsReadable() ) { std::cout << " Reference image " << std::endl