remove unnecessary call to c_str()
authorRoyce Mitchell III <royce3@ev1.net>
Sat, 15 Jan 2005 23:14:53 +0000 (23:14 +0000)
committerRoyce Mitchell III <royce3@ev1.net>
Sat, 15 Jan 2005 23:14:53 +0000 (23:14 +0000)
svn path=/branches/xmlbuildsystem/; revision=13070

reactos/tools/rbuild/backend/mingw/modulehandler.cpp

index 06da9e9..b9195b5 100644 (file)
@@ -83,7 +83,7 @@ MingwModuleHandler::ReplaceExtension ( const string& filename,
 string\r
 MingwModuleHandler::GetModuleArchiveFilename ( const Module& module ) const\r
 {\r
-       return ReplaceExtension ( FixupTargetFilename ( module.GetPath () ).c_str (),\r
+       return ReplaceExtension ( FixupTargetFilename ( module.GetPath () ),\r
                                  ".a" );\r
 }\r
 \r