mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:43:04 +00:00
remove unnecessary call to c_str()
svn path=/branches/xmlbuildsystem/; revision=13070
This commit is contained in:
parent
8df8ba2e6a
commit
2735c4ca05
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ MingwModuleHandler::ReplaceExtension ( const string& filename,
|
|||
string
|
||||
MingwModuleHandler::GetModuleArchiveFilename ( const Module& module ) const
|
||||
{
|
||||
return ReplaceExtension ( FixupTargetFilename ( module.GetPath () ).c_str (),
|
||||
return ReplaceExtension ( FixupTargetFilename ( module.GetPath () ),
|
||||
".a" );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue