From 5794c0f534c2d5dbf871766f3c7a7a0cc6c6118f Mon Sep 17 00:00:00 2001 From: malaterre Date: Thu, 2 Sep 2004 15:53:05 +0000 Subject: [PATCH] STYLE: No need to use c string --- Testing/TestAllReadCompareDicom.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.1