Kaydet (Commit) afebcbfe authored tarafından Caolán McNamara's avatar Caolán McNamara

its just a const char*

üst 5832f347
......@@ -50,13 +50,8 @@ namespace XmlSec
ResMgr* GetResMgr( void )
{
if( !pResMgr )
{
ByteString aName( "xmlsec" );
// MT: Change to Locale
pResMgr = ResMgr::CreateResMgr( aName.GetBuffer() );
}
if (!pResMgr)
pResMgr = ResMgr::CreateResMgr("xmlsec");
return pResMgr;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment